kilo1-1 1 Posted July 18, 2012 I am having an issue with OA not assigning my servers ports correctly. Currently, I am running several servers on my dedicated box and using FireDaemon to manage them. I am also using the -port command to assign each server it's own port. These ports that I am using are all open and working. The issue that I am having is even though I have the port specified with -port (ex. -port 2314) it assigns that servers port to 2350 or something else that is open. Sometimes another server that I am running gets assigned a port that I have already designated for another server. Anyway I can get my servers to be assigned with the port that I have specified for them? Share this post Link to post Share on other sites
Party3AH 0 Posted July 19, 2012 First, the syntax is [-port=2314], no [space] at all. Second - any routers between you and WAN? Share this post Link to post Share on other sites
Party3AH 0 Posted July 19, 2012 (edited) Also, please use in DFeamon any .bat files for every one process you create. IMHO its more easy to manage. So, you have to create Server01.bat with code: C:\ARMA2\ArmA2Server.exe -port=2302 with needed -name= -config= -cfg= and -profiles= and other needed parameters. After that, in FDaemon you must show "working directory" as C:\ARMA2\ and place as executable Server01.bat. Other way - You must type all needed parameters in Parameters, NOT IN EXECUTABLE. There`s no need in Server01.bat, as Executable you show ArmA2Server.exe with correct path. C:\ARMA2 must be changed to your arma2 path (or OA..). Edited July 19, 2012 by Party3AH Share this post Link to post Share on other sites