xtoor 3 Posted January 30, 2019 (edited) TESTERS NEEDED AND CONTRIBUTIONS TO THE DEVELOPMENT IS WELCOME: Hello Sailors! I have gathered some info on what packages you may need installed on your box before you install Atlas Server for Linux: Ubuntu 64 bit: sudo dpkg --add-architecture i386; sudo apt update; sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux lib32gcc1 libstdc++6 libstdc++6:i386 Ubuntu 32 bit: sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux libstdc++6 Debian 64 bit: sudo dpkg --add-architecture i386; sudo apt update; sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux lib32gcc1 libstdc++6 libstdc++6:i386 Debian 32 bit: sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux libstdc++6 Fedora 64 bit: dnf install mailx postfix curl wget file bzip2 gzip unzip python binutils bc jq tmux glibc.i686 libstdc++ libstdc++.i686 Fedora 32 bit: dnf install mailx postfix curl wget file bzip2 gzip unzip python binutils bc jq tmux libstdc++ Lastly CentOS: yum install epel-release CentOS 64 bit: yum install mailx postfix curl wget bzip2 gzip unzip python binutils bc jq tmux glibc.i686 libstdc++ libstdc++.i686 CentOS 32 bit: yum install mailx postfix curl wget bzip2 gzip unzip python binutils bc jq tmux libstdc++ I have been working on a LinuxGSM fork to add Atlas support all credits of the script goes to D.Gibbs at https://LinuxGSM.com for creating such tool My fork is a work in progress and not fully ready yet but for the most part it does all the install process for you can be found here: https://github.com/xtoor/linuxGSM/ Disclaimer! This is unfinished so please if you not confortable with Linux wait for a full official release at: https://github.com/GameServerManagers/LinuxGSM I will be Updating this post with new info and steps as I find them and as people ask for them Good luck! Edited February 16, 2019 by xtoor More details introduced 1 Share this post Link to post Share on other sites
xtoor 3 Posted January 30, 2019 (edited) Bump Edited February 13, 2019 by xtoor Updated OP Share this post Link to post Share on other sites
xtoor 3 Posted February 13, 2019 updated OP. Linux Server manager tool in progress + installs server and config + monitors server and send alerts when down or restarted + added a default config install for better performance TODO: - redis server checker and installer if not found - ServerGrid auto install with a default 1x1 map just to get the server started, users will have to add their own ServerGrid -Fix some bugs - Add a full Documentation for Atlas Server install using LinuxGSM server manager tool For now you can use the following: https://github.com/xtoor/LinuxGSM-Docs/blob/patch-1/game-servers/ATLAS.md Share this post Link to post Share on other sites
jimmikaelkael 0 Posted February 19, 2019 Hi, What's the command you're using to install atlas server from your fork ? When we do ./linuxgsm install we don't see atlas in the game servers list, despite the fact it's listed in serverlist.csv and configs... What I'm missing please ? Share this post Link to post Share on other sites
AlienEmperor 0 Posted March 6, 2019 On 2/19/2019 at 6:01 AM, jimmikaelkael said: Hi, What's the command you're using to install atlas server from your fork ? When we do ./linuxgsm install we don't see atlas in the game servers list, despite the fact it's listed in serverlist.csv and configs... What I'm missing please ? I had to change line 46 in the linuxgsm.sh file from "githubuser="GameServerManagers"" to "githubuser="xtoor"" this let me get atlas with "Bash linuxgsm.sh atlas" I haven't tried out much more than installing it, but hopefully this will help you get a little farther Share this post Link to post Share on other sites