mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-03-01 11:21:13 +03:00
auth encrypted storage doesnt work #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Prefix on GitHub (Jan 15, 2026).
might be requiring more packages on docker os level
@MrLuckyGamer commented on GitHub (Jan 15, 2026):
Works fine for me
@NATroutter commented on GitHub (Jan 15, 2026):
It's kind of impossible to diagnose any issues without any logs, etc.
I'm assuming that you are trying to use the command "/auth persistence Encrypted" and it throws an error.
If it's like that, this is not an egg/image issue, it's a pelican/pterodactyl issue, and I can't do anything about it, but anyway you don't even need to use the command because the egg has its own system for managing credentials..
@Mwubi01 commented on GitHub (Jan 16, 2026):
If you use Pterodactyl, you have to assign a Mount. Pterodactyl cant read the Linux Machine ID directly.
After that open the config:
nano /etc/pterodactyl/config.ymlFind allowed_mounts section
Restart wings
systemctl restart wingsNow go to Pterodactyl Panel > Admin > Mounts > Create New > fill out:
Save
In the Admin Panel go to > Servers > Hytale Server > Mounts > Press '+' to add the newly created Mount.
Restart your Server and Re-Auth.
Should work now. At least for me, hope this helps.
Ps: If this isnt done by the User, the managing system of the egg for credentials doesnt work. You still have to Re-Auth every restart. Well, at least i had to.
@Fundryi commented on GitHub (Jan 16, 2026):
This worked perfectly, thank you so much.
Just gotta make sure after you did this to use "/auth logout" and then "/auth login device" and do the auth one more time, after that I can now restart without any issues as many times as I want :)
If you delete/change the .hytale-auth-tokens.json, you will have to-do the above command again.
@Mwubi01 commented on GitHub (Jan 16, 2026):
Glad to hear. I hope someone makes a great Tutorial for it, because a lot of people have this issue. And i think most won't stumble across this here. 😩
@NATroutter commented on GitHub (Jan 16, 2026):
Using the Hytale authentication system
/authis currently useless with this egg because the egg is handling the authentication and storing the credentials. Even if you enabled the hardware ID and toggled the persistent authentication on/auth persistence Encrypted, the server won't use it because the authentication is being overridden by the egg's own system.If you are still having issues with the authentication and have to re-authenticate every time, you are using a very old version of the egg and should update it. Check the Updating the Egg section in the README.
@Prefix commented on GitHub (Jan 17, 2026):
fixed in latest wings version
@Prefix commented on GitHub (Jan 17, 2026):
@NATroutter