How to Become an Admin (OP) on Your Hytale Server

We continually strive to improve our knowledge base so that our customers have access to the most relevant and up-to-date information. We highly value your suggestions and feedback — if you feel something should be added or corrected, please let us know on our Discord server.

Open a support ticket on our Discord server to let us know how we can improve.


To manage your Hytale server you’ll need the ability to run administrator commands. This guide walks you through granting and removing operator (OP) permissions for both online and offline players.

Warning

Be cautious when granting OP. Operators have full administrative access to your server, including every command and every permission. Only grant OP to people you trust.

Accessing the Server Console

Most of the steps below are run from your server console, but they can also be run in-game if you are already an operator (OP).

NexLink Core customers can log in at panel.nexlinkcore.com, select their Hytale server, and click the Console tab in the left-hand menu. If you host elsewhere, open your provider’s panel and navigate to its console section.

Hytale - Console Tab

Granting OP to an Online Player

  1. Have the player join your Hytale server with the account they want promoted.
  2. Open the server console.
  3. Run /op add [username] — replace [username] with the player’s Hytale username.
  4. On success, the console will display: [username] is now an operator!

Removing OP from an Online Player

  1. Open the server console.
  2. Run /op remove [username] — replace [username] with the player’s Hytale username.
  3. On success, the console will display: [username] is no longer an operator.

Granting OP to an Offline Player (UUID)

In Hytale, every account has its own UUID (Universally Unique Identifier) — a unique string used to identify the account. UUIDs let you OP a player who isn’t currently connected to your server. A UUID looks like this:

586a5971-e505-4aad-be0b-41f08829f9d7

You can find the UUID of any player who has joined your server by browsing to your server files at universe/players. Each player has a file in that folder, and the file’s name is their UUID.

  1. Open the server console.
  2. Run /op add [uuid] — replace [uuid] with the player’s UUID.
  3. On success, the console will display: [uuid] is now an operator!

Removing OP from an Offline Player

  1. Open the server console.
  2. Run /op remove [uuid] — replace [uuid] with the player’s UUID.
  3. On success, the console will display: [uuid] is no longer an operator.

OP Command Reference

Below are the available subcommands of the /op command.

CommandDescription
/op add [username/uuid]Adds the specified player to the operators group, granting them full administrative permissions.
/op remove [username/uuid]Removes the specified player from the operators group.
/op selfAdds yourself as an operator while connected to the server. This command is usually disabled on community servers.
Guide Navigation