22 Jul 10, 12:05PM
CommandLine Documentation Wrote:-fPORT -> Sets the server base port to PORT. An AC server always uses 2 UDP ports: PORT & PORT+1. The default ports are 28763 and 28764. You need to use different ports, if you want to run several servers on the same machine (with one IP address). For example, use -f28765 for a second server.Yes what Lucas says, if you run your server by server.bat like me, just make a copy of it (sever2.bat for example). Edit it and add this commandline option -f28765. You should open ports 28765 and 28766 for UDP too. Now on server.bat will run a server on 28763 (Default) and on server2.bat will run on 28765.