NolimitHost
Last updated: March 5, 2026
This guide shows you how to add (grant) or remove (revoke) admin access on your Vintage Story server. Admins have access to powerful commands, including teleporting players, spawning items, changing game modes, and managing the world. There are two ways to grant or revoke admin access - via the Game Panel console or through the server config file.
This is the quickest way and does not require a server restart.
/op <PlayerName>
This adds the player to the admin group and grants full server privileges.
/player <PlayerName> role suplayer
Use suplayer to return the player to the standard survival role, or crplayer for the creative role.
Use this method if you want admin privileges granted automatically each time the server starts. It works by editing data/serverconfig.json, the main configuration file for your server.
data/serverconfig.json."StartupCommands" line near the bottom of the file./op command for the player you want to make admin:
"StartupCommands": "/op PlayerName"
To run multiple commands on startup, separate them with
(no spaces):
"StartupCommands": "/op Player1
/op Player2"
This website uses cookies to ensure security, session management, and basic functionality. For details on all cookies used and how to manage your preferences, please see our Privacy Policy.