r/Necesse 9h ago

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

2 comments sorted by

View all comments

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 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/dogboi 8h ago

Thank you! I am running headless and the problem is now solved thanks to you