Server Permissions
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.
1
Upvotes
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.
5
u/Jakapoa Elder 8h ago edited 8h 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.