#Zap VPS geyser issues

6 messages · Page 1 of 1 (latest)

tiny kestrel
#

how do you host this? selfhost in your home or a hosting provider? wich one if so

icy bear
#

The vps is through Zap Hosting

zinc boneBOT
#
Category

Built-in Geyser

Instructions

Find the plugin in the control panel and restart your server. IP and port are the same as Java.

icy bear
#

I apologize the server itself is self hosted inside the vps itself. I don't own a game server through them

tiny kestrel
#

then you probably need to configure a network portion to allow udp traffic aswell as tcp on port 25565

icy bear
#

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