Jump to content
  • 0

Adding accounts without console access


Drag0nflamez

Question

Posted

Since I've gotten a 2 hour free server @ ServerFFS where I wasn't really the admin (well, I could change settings & such) ingame, because it didn't want me to log in. I couldn't use the Console, so I tried editing accounts.xml by adding my account, then stopping the server, adding me to acl.xml & such then booting the server, but I still couldn't log in. So now I want to know how to create an account without the Console and making it admin.

6 answers to this question

Recommended Posts

  • 0
  • MTA Team
Posted

Add a user to in the Admin group in acl.xml:

    <group name="Admin"> 
        <acl name="Moderator" /> 
        <acl name="SuperModerator" /> 
        <acl name="Admin" /> 
        <acl name="RPC" /> 
        <object name="resource.admin" /> 
        <object name="resource.webadmin" /> 
       [b] [i][u]<object name="user.yourname" />[/u][/i][/b] 
    </group> 

And assuming the admin resource is running, you can register in-game with:

/register yourname password

Then login with

/login yourname password

  • 0
  • Discord Moderators
Posted

You can't alter the acl.xml while the server is running

stop it, upload the edited acl, start it

  • 0
  • Discord Moderators
Posted
You can if you quickly do aclReload() its worked for me before.

but he's adding himself as admin, so aclReload() from him is access denied until his account is admin

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...