#Zap VPS geyser issues
6 messages · Page 1 of 1 (latest)
The vps is through Zap Hosting
Built-in Geyser
Find the plugin in the control panel and restart your server. IP and port are the same as Java.
I apologize the server itself is self hosted inside the vps itself. I don't own a game server through them
then you probably need to configure a network portion to allow udp traffic aswell as tcp on port 25565
I've run the following commands to allow tcp and udp on the port. I'll look more into the zap control panel and see if there are any firewall settings there and make sure its allowed.
New-NetFirewallRule -DisplayName "Enshrouded Server" -Direction Inbound -LocalPort 25565 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "Enshrouded Server" -Direction Inbound -LocalPort 25565 -Protocol UDP -Action Allow
New-NetFirewallRule -DisplayName "Enshrouded Server" -Direction Outbound -LocalPort 25575 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "Enshrouded Server" -Direction Outbound -LocalPort 25575 -Protocol UDP -Action Allow