vbawol Posted May 2, 2015 Report Share Posted May 2, 2015 (edited) How to install redis on Linux: Ubuntu: apt-get install redis-server For more details on other distros see http://redis.io/topics/quickstart How to install Arma 3 Server on Linux Use steamCMD https://developer.valvesoftware.com/wiki/SteamCMD#Linux ./steamcmd.sh +login STEAM_USERNAME STEAM_PASSWORD +force_install_dir /home/arma3 app_update 233780 validate quit Install the required packages: sudo apt-get install g++-multilib sudo apt-get install libstdc++6 For 64-bit only: sudo apt-get install lib32stdc++6 Also see: Edited April 21, 2016 by vbawol Added links to other helpful posts Link to comment Share on other sites More sharing options...
0 Dwarfer Posted May 4, 2015 Report Share Posted May 4, 2015 vbawol Great. This should help people and make the whole Linux less "magic" :-) Link to comment Share on other sites More sharing options...
0 Dwarfer Posted May 4, 2015 Report Share Posted May 4, 2015 If your using R18 you will need to use "dos2unix epoch_linux_startscript.sh" to fix the windows end of line bug. Have logged a bug with dev's Link to comment Share on other sites More sharing options...
0 vbawol Posted May 4, 2015 Author Report Share Posted May 4, 2015 If your using R18 you will need to use "dos2unix epoch_linux_startscript.sh" to fix the windows end of line bug. Have logged a bug with dev's Should be fixed with b19. Dwarfer 1 Link to comment Share on other sites More sharing options...
0 elbabar Posted May 5, 2015 Report Share Posted May 5, 2015 Thx vbawol for Debian :) Link to comment Share on other sites More sharing options...
0 Oshydaka Posted May 5, 2015 Report Share Posted May 5, 2015 You guys rock ! Link to comment Share on other sites More sharing options...
0 Pride Posted May 8, 2015 Report Share Posted May 8, 2015 Hi I need your helpwhen I'm on my server join I get server not ready [error 03] Link to comment Share on other sites More sharing options...
0 Onaabys Posted May 8, 2015 Report Share Posted May 8, 2015 Hi. How is Epoch working with Linux? Anyone running it with alot of players to test performance? As we are thinking to switch to dedi box and dont want to pay extra for Windows. So it would be real nice to run Epoch on Linux. :) Link to comment Share on other sites More sharing options...
0 Ecphrasis Posted May 11, 2015 Report Share Posted May 11, 2015 With my dedibox classic 2015, fps begin to down at 21 players, it falls at 30 fps. So I limited the server to 26 players...I try optimisations today Link to comment Share on other sites More sharing options...
0 Dwarfer Posted May 11, 2015 Report Share Posted May 11, 2015 Performance wise FPS is really good. I doo keep having some weirdness with CPS Link to comment Share on other sites More sharing options...
0 Dwarfer Posted May 11, 2015 Report Share Posted May 11, 2015 Pride Error 3. You need to look into your log file in the logs dir. It will start something like port_ the aswser will be in there. But its probably going to be 1) redis is not running 2) you have the wrong version of the @epoch folder or you have not renamed the Addons to addons 3) you don't have the supporting libs for the epochserver.so do "ldd epochserver.so" see errors 4) you have an issues with you BE Thanks Link to comment Share on other sites More sharing options...
0 Onaabys Posted May 12, 2015 Report Share Posted May 12, 2015 Performance wise FPS is really good. I doo keep having some weirdness with CPS Ok, thanks! Seems nice! Maybe it's time to install Linux on my computer at home I used as test server and try it out. :) happydayz 1 Link to comment Share on other sites More sharing options...
0 MufflerEU Posted July 18, 2015 Report Share Posted July 18, 2015 I have a problem where I get stuck at the loading screen when trying to join the server. This also happens to my friends. I've had some problems with paths etc but fixed them (even if the server was still there and visible). The start script check is showing everything as OK to... The only error I get when starting the server is: [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. I'm on Debian 8.1 and I've installed redis but can't find any database file so I guess there is some problem there. Link to comment Share on other sites More sharing options...
0 WyattDerp Posted July 21, 2015 Report Share Posted July 21, 2015 Case sensitivity will eat your lunch with addons. Link to comment Share on other sites More sharing options...
0 flow0815 Posted July 24, 2015 Report Share Posted July 24, 2015 Is it normal that there are so many pids created? We have 4 players and this is a screen of htop: http://imgur.com/kvIjNV4 Is it usal that arma3 will open so many processes? Link to comment Share on other sites More sharing options...
0 flow0815 Posted August 19, 2015 Report Share Posted August 19, 2015 See here :) Fully automatically installation of Epoch server Link to comment Share on other sites More sharing options...
Question
vbawol
How to install redis on Linux:
Ubuntu:
For more details on other distros see http://redis.io/topics/quickstart
How to install Arma 3 Server on Linux
Use steamCMD https://developer.valvesoftware.com/wiki/SteamCMD#Linux
Install the required packages:
For 64-bit only:
Also see:
Added links to other helpful posts
Link to comment
Share on other sites
40 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now