How do I get my UUID
You need the UUID among other things for the Whitelist and to make yourself Admin.
We explain all the ways you can obtain it.
online-mode
If Online-Mode
is enabled on your server, you can get your UUID on sites like:
Important: You need the Full UUID. This always has the following format:22222222-2222-2222-2222-222222222222
If the UUID is incorrect, it will be ignored by the server.
offline-mode
If Online-Mode
is disabled on your server, the UUID will be generated by the server.
Sites like the ones mentioned above will no longer work.
However, we describe how you can still obtain it.
usercache.json and usernamecache.json
Download the savegame as described here: Savegame herunterladen
If your server is for Vanilla Minecraft, it is sufficient to simply download usercache.json
or usernamecache.json
.
Otherwise, please download and unzip the ZIP file.
You can find usercache.json
or usernamecache.json
in the minecraft-data
folder.
Open this with Notepad.
The entry for a player looks as follows:{"name":"Player1","uuid":"6cdae416-9ce2-4df9-8688-d1eb3c185ef4","expiresOn":"2023-08-17 13:04:42 +0000"}
Here the UUID would be: 6cdae416-9ce2-4df9-8688-d1eb3c185ef4
console.log
The server logs are located on the Logfiles FTP.
Download console.log
and open it with Notepad.
Now search for your in-game player name.
Example of a log entry with UUID:[User Authenticator #1/INFO]: UUID of player Test is 6cdae416-9ce2-4df9-8688-d1eb3c185ef4
The UUID here would be: 6cdae416-9ce2-4df9-8688-d1eb3c185ef4