User Tools

Site Tools


arma2:linux-dedicated-server-install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
arma2:linux-dedicated-server-install [2013-05-20 05:50]
snakeman added Howto Run Two Servers in One Computer header.
arma2:linux-dedicated-server-install [2014-08-04 02:18]
snakeman added note about the steam install.
Line 7: Line 7:
   - install linux :)   - install linux :)
   - upload all ArmA 2 files including Expansion\Beta\ directory into your /​home/​arma/​arma2/​ directory.   - upload all ArmA 2 files including Expansion\Beta\ directory into your /​home/​arma/​arma2/​ directory.
 +    - Or use [[arma2:​linux-dedicated-server-steam-install|ArmA 2 Linux Dedicated Server Steam Install]] instructions how to download using SteamCMD.
   - download arma2oa server binary from BIS.   - download arma2oa server binary from BIS.
   - unpack and run ./install   - unpack and run ./install
Line 52: Line 53:
  
 You can query the status of the server with command: You can query the status of the server with command:
-</code>+<​code>​
 ./​pmcbis-server status ./​pmcbis-server status
 </​code>​ </​code>​
Line 73: Line 74:
 There might be lot of garbage in the log, in this example "​dubbingradio",​ then use command with grep like this: There might be lot of garbage in the log, in this example "​dubbingradio",​ then use command with grep like this:
 <​code>​ <​code>​
-tail -f log.bis.2302.txt | grep -v dubbingradio+tail -f log.bis.2302.txt | grep -v -e dubbing -e RadioProtocol -e "No speaker given"
 </​code>​ </​code>​
 +
 +Use the -e parameter to add each string you want to skip, if its not a single word, use quotes like in the no speaker given string.
  
  
Line 128: Line 131:
 mkdir serverpmc mkdir serverpmc
 mkdir serverpmc/​mpmissions mkdir serverpmc/​mpmissions
-mkdir serverpmc/​mpmissionscache 
 </​code>​ </​code>​
  
arma2/linux-dedicated-server-install.txt ยท Last modified: 2016-08-07 02:57 (external edit)