Feature Request: Add placeholder for arbitrary exposed ports in egg-hytale #42

Closed
opened 2026-02-05 16:40:22 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @sakrayaami on GitHub (Feb 3, 2026).

Hello NATroutter team,

Thank you for maintaining the Hytale Pterodactyl egg.

Currently, only the primary game port (5520) is exposed by default. Some server plugins (like the Nitrado WebServer) need additional ports, but the egg does not declare them, so they are not published even if added in allocations.

I propose adding a placeholder in the egg's exposed_ports section to allow any additional TCP/UDP ports to be exposed without editing the JSON every time. For example:

"exposed_ports": {
"5520/udp": {},
"5520/tcp": {},
"{{ADDITIONAL_PORTS}}": {}
}

This would allow server admins to add any extra port (webserver, query ports, plugin services) in allocations, and the egg would expose them automatically. This keeps the egg future-proof and flexible.

Thanks!

Originally created by @sakrayaami on GitHub (Feb 3, 2026). Hello NATroutter team, Thank you for maintaining the Hytale Pterodactyl egg. Currently, only the primary game port (5520) is exposed by default. Some server plugins (like the Nitrado WebServer) need additional ports, but the egg does not declare them, so they are not published even if added in allocations. I propose adding a placeholder in the egg's exposed_ports section to allow any additional TCP/UDP ports to be exposed without editing the JSON every time. For example: "exposed_ports": { "5520/udp": {}, "5520/tcp": {}, "{{ADDITIONAL_PORTS}}": {} } This would allow server admins to add any extra port (webserver, query ports, plugin services) in allocations, and the egg would expose them automatically. This keeps the egg future-proof and flexible. Thanks!
Author
Owner

@NATroutter commented on GitHub (Feb 3, 2026):

not necessary

@NATroutter commented on GitHub (Feb 3, 2026): not necessary
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/egg-hytale#42