Jump to content
  • 0

Adding accounts without console access


Drag0nflamez

Question

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.

Link to comment

6 answers to this question

Recommended Posts

  • 0
  • MTA Team

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

Link to comment

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...