Creating Admin Accounts

Post Reply
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Creating Admin Accounts

Post by Masher »

The panel has two admin levels:
Master admin: By default this is the admin account although it can be assigned to additional users. There is no way of adding or removing this user through the user interface, it has to be done using the SQL tool.
Normal admin: This level is granted if the admin option is selected for the user in the user management page

To promote an account to Master Admin, go to the SQL tool and enter the following text, replacing <user_id> with the user's id.

Code: Select all

update users set god=1 where id=<user_id>
To add another admin account to the panel simply create a new account and specify the account as an admin type account. This will be a normal admin account.

Please consider that giving a user admin allows them full control of the panel. They can do anything the default admin account can except view passwords, modify Master admin accounts, and use the SQL tool.

Normal admin accounts are also able to use the file tool and could potentially view/modify any file hosted on the same machine as the panel.

If you need to give someone access to all game servers and none of the admin stuff, create a group and give them all permissions for each server.
Last edited by Masher on Mon Aug 03, 2020 8:32 am, edited 1 time in total.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Post Reply