- Stop your server.
- Click "Configuration Files"
- Click "Text-Editor" next to KFWebAdmin.ini
- Add the following under
[WebAdmin.WebAdmin]
AuthenticationClass=WebAdmin.MultiWebAdminAuth - Start the server, wait for the startup process to finish, then stop the server. This generates the MultiAdmin.ini you need to edit next.
- Now you can either add new admin names and passwords from within the Web Admin itself, or you can add them manually in the MultiAdmin.ini file.
- To add them in the file, add the following information for each admin under
[Admin MultiAdminData]
in MultiAdmin.ini (can be found in configuration files section of gamepanel)
DisplayName= "AdminNameHere" // Punctuation does matter for these names Password= "123" // Any alpha numeric set of characters will work here Order= "DenyAllow" bEnabled= "True" // This enables this admin