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