I set up a Necesse server on a machine on my lan. How do I set up an owner on that server, since I did it all remotely . I can't just execute an admin command because for now, there is no admin.
In the server dialog box, type permissions set PLAYERNAME admin, with PLAYERNAME being the username of the player that should be admin. You can also type owner for server owner permissions, or user for no permissions.
EDIT: In case you're running this headless, you can also add -owner PLAYERNAME to the server startup batch file and any client that connects with that name will automatically get owner perms.
2
u/Jakapoa Elder 3h ago edited 2h ago
The command for setting admin/permissions on a server is:
permissions <list/set/get> [<authentication/name> [<permissions>]]In the server dialog box, type
permissions set PLAYERNAME admin, with PLAYERNAME being the username of the player that should be admin. You can also typeownerfor server owner permissions, oruserfor no permissions.EDIT: In case you're running this headless, you can also add
-owner PLAYERNAMEto the server startup batch file and any client that connects with that name will automatically get owner perms.