patrix87 / PowerShellGSM

A Comprehensive PowerShell Tool for Simple Automated Game Server Management.
https://github.com/patrix87/PowerShellGSM/
MIT License
109 stars 19 forks source link

Need help, Cannot find port #76

Closed lonezeig420 closed 2 months ago

lonezeig420 commented 3 months ago

context: ran a palword server fine for a while. Quit then came back and now the console is showing this error? I am confused because 27015 is not a port I use or have set. any thoughts? CreateBoundSocket: ::bind couldn't find an open port between 27015 and 27015

patrix87 commented 3 months ago

The server might be crashed on hanging in the background. Reboot the VM or computer it's running on.

lonezeig420 commented 3 months ago

I have tried that several times with no success unfortunately

patrix87 commented 2 months ago

27015 usually is a steam query port. If you have more than one server running you may need to change it to 27016 in the config file.

lonezeig420 commented 2 months ago

Yes I do have an enshrouded server running also that hasn't had an issue. So how do I got about changing that like what config file if you don't mind?

patrix87 commented 2 months ago

Enshrouded and Palworld might be using the same 27015 port. I don't see any configuration for either of those games to change that port. You may have to run both servers on a separated VM.

lonezeig420 commented 2 months ago

That's weird cause I've run both at the same time for months with no issues.

patrix87 commented 2 months ago

Palworld may have updated the game and started using the port for something. Usualy that port is a range and would auto-negociate and pick the next available port. Make sure you also pull the most recent code from powershellGSM and update your server config file from the template file. The launch file changed recently