Hytale Server Admin Commands Usage: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== How to set yourself as Admin == To setup a player with admin access for Hytale, you will first need [https://survivalservers.com/wiki/index.php?title=FTP_Access FTP Access...") |
(No difference)
|
Latest revision as of 14:38, 13 June 2019
How to set yourself as Admin
To setup a player with admin access for Hytale, you will first need FTP Access and a text editor. For the latter, we strongly recommend Notepad++, which can be found here: https://notepad-plus-plus.org/download/
1. Log into your FTP client using the info on your control panel
2. Once logged in, open the Config folder and edit the configuration.ini file
3. Look for the area that looks like the following
"Admins": {
"$id": "4",
"System.String": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": []
}
},
4. Now that you have that located, you will want to find either your in game player name or steam UID
- You can find your UID here: SteamUIDFinder
. Alternatively, you can also use your player name.
5. Next setup the admin area like such
"Admins": {
"$id": "4",
"System.String": {
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
"$values": [
"76561198054903532"
]
}
},
- If you are adding more than one Admin, make sure to add a comma between the quotation marks.
7. Save the file back to your server and start the server back up.
Admin Commands
Coming Soon...