Port Change?
-
Finessed Gaming
- New to forums

- Posts: 1
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Tue Mar 31, 2015 7:27 am
Port Change?
My current VPS only has 1 ip, and so it only runs 1 server. How would I change the ports of each server? We are a Garry's mod only server.
Re: Port Change?
For each server, you're likely using a batch script or something to that effect to launch the server. You would need to editing the starting line in each of these scripts to specify a port.
For instance, a Garry's Mod starting line might look like:
You need need to use something like:
For instance, a Garry's Mod starting line might look like:
Code: Select all
-game garrysmod +maxplayers 20 -debug -console +r_hunkalloclightmaps 0Code: Select all
-game garrysmod +maxplayers 20 -debug -console +r_hunkalloclightmaps 0 -port 27030