Skip to content

Modification de Linux Gamer Server Manager pour Arma3 avec le mod Exile

Notifications You must be signed in to change notification settings

btronquo/arma3exile_lgsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exile_lgsm

Modified version of a modified version of LGSM from Daniel Gibbs (dgibbs64) & Kugane for ExileMod https://github.com/dgibbs64/linuxgsm https://github.com/Kugane/exile_lgsm


This version is not compatible with LGSM !

It's optimized & preconfigured to run a exileserver on linux.


Main features

  • Backup
  • Console
  • Details
  • Installer (SteamCMD)
  • Monitor (including email notification)
  • Update (SteamCMD)
  • Start/Stop/Restart server
  • Announce Server Restarts / Arma 3 Server Updates automatically

Requirements too run

Ubuntu 64bit sudo apt-get install tmux php5 php5-cgi spawn-fcgi lib32gcc1 libstdc++6 libstdc++6:i386 libtbb2:i386

Ubuntu 32bit sudo apt-get install tmux php5 php5-cgi spawn-fcgi libstdc++6 libtbb2

Email Notification sudo apt-get install mailutils postfix


Cent OS 64bit yum install tmux php5 php5-cgi spawn-fcgi glibc.i686 libstdc++ libstdc++.i686 libtbb2:i386

Cent OS 32bit yum install tmux php5 php5-cgi spawn-fcgi libstdc++ libtbb2

Email Notification sudo apt-get install mailx postfix


Debian 64bit sudo dpkg --add-architecture i386; sudo apt-get update; sudo apt-get install tmux php5 php5-cgi spawn-fcgi ca-certificates lib32gcc1 libstdc++6 libstdc++6:i386 libtbb2:i386

Debian 32bit sudo apt-get install tmux php5 php5-cgi spawn-fcgi ca-certificates libstdc++6 libtbb2:i386

Email Notification sudo apt-get install mailutils postfix

Installation

  1. Create a user and login.
adduser exileserver
passwd exileserver
su - exileserver
  1. Download the script.
 wget -O exileserver https://raw.githubusercontent.com/btronquo/arma3exile_lgsm/master/exileserver
  1. Make it executable.
chmod +x exileserver
  1. Add Steam login details.
You will need to enter a Steam username and password to download ARMA 3 dedicated server.
It is recommended that you create a new Steam username just for the server.
nano exileserver
# Steam login
steamuser="username"
steampass="password"
  1. Run the installer and follow the instructions.
./exileserver install

If steamcmd stuck on login in. Pls cancel the installation & login manually in steamcmd for the first time

FAQ

Show the lgsm thread or my exileforum thread - https://github.com/dgibbs64/linuxgsm/wiki/FAQ

About

Modification de Linux Gamer Server Manager pour Arma3 avec le mod Exile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published