Conan Exiles

Conan Exiles

Not enough ratings
Dedicated Conan-Server (debian)
By Joyki
This Guide show you how to setup the Conan Exile Server on a debian 8 based Linux-Server
   
Award
Favorite
Favorited
Unfavorite
[NEW] Auto-Installer
You can use the new Auto-Installer-Script.

I publish a new Tool (conan-script.sh) that creates 3 important scripts.
You can check the Conan-Process via cron and can restart if necessary.

The Scripts can you found on https://github.com/joyki-de/usefull-scripts/tree/master/conan-exile

~~~

For manual Installation use the Steps below
Prepare
Load & Install packages:
apt-get install xorg-dev libx11-dev libfreetype6-dev libxml2-dev libxslt1-dev make flex bison lib32gcc1 curl screen ca-certificates build-essential -y

start a Screen-Session with:
screen

Download & unpack Wine 3.0:
wget https://dl.winehq.org/wine/source/3.0/wine-3.0.tar.xz tar xvfJ wine-3.0.tar.xz -C /usr/src/
Compile & install Wine
Configure on a 64bit-System:
cd /usr/src/wine-3.0/ ./configure --with-png --enable-win64

Compile Wine:
make -j X
( X = Number of Cores) ; you can check the max Number of Cores on your System with:
cat /proc/cpuinfo | grep processor | wc -l

Finish the Install:
make install
Load the Conan Server-Files
cd ~ mkdir Conan cd Conan curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf - ./steamcmd.sh +@sSteamCmdForcePlatformType windows +force_install_dir ~/Conan/Serverfiles +login anonymous +app_update 443030 validate +quit
start Server (PreLoad)
cd ~/Conan/Serverfiles /usr/src/wine-3.0/wine ConanSandboxServer.exe -log

On the first start the Server create the Config-Files.
This can take a few Minutes.
When the Server start is complete, shutdown with Crtl + c
Configure Server
To edit the Config-Files you can use vi or nano:
nano ~/Conan/Serverfiles/ConanSandbox/Config/DefaultServerSettings.ini nano ~/Conan/Serverfiles/ConanSandbox/Saved/Config/WindowsServer/ServerSettings.ini

Help about the Config-Files can you found here[conanexiles.gamepedia.com]
start the Server
Change into the Directory:
cd ~/Conan/Serverfiles

start the Server:
/usr/src/wine-3.0/wine ConanSandboxServer.exe -log
Download Updates/Patches
To Download & Patch the last Server-Files:
cd ~/Conan ./steamcmd.sh +@sSteamCmdForcePlatformType windows +force_install_dir ~/Conan/Serverfiles +login anonymous +app_update 443030 validate +quit
28 Comments
Joyki  [author] Jan 30, 2021 @ 4:21pm 
It's 2 1/2 year old.... can be ;-)
MonkeyWagon Jan 30, 2021 @ 2:56pm 
Hello, does this guide still work?
Joyki  [author] Jun 21, 2018 @ 2:01am 
Joyki  [author] Jun 5, 2018 @ 5:57am 
Update:

To Download and Update the Beta-Files, use:

./steamcmd.sh +@sSteamCmdForcePlatformType windows +force_install_dir ~/Conan/Serverfiles +login anonymous +app_update 443030 -beta testlive validate +quit
Joyki  [author] May 26, 2018 @ 3:58pm 
Hello,
I publish a new Tool (conan-script.sh) that creates 3 important scripts.
You can check the Conan-Process via cron and can restart if necessary.

The Scripts can you found on https://github.com/joyki-de/usefull-scripts/tree/master/conan-exile
Chriz May 24, 2018 @ 8:11am 
thanks got it woking some libs where missing cuz they need extra auth from me but now it works fine thanks for the guide
Horizontal rotating Shrimp May 20, 2018 @ 10:47am 
BTW its not my Server, its from an friend also it the first time that i ever meet Linux xD
But we reinstalled the V-Server and did the auto installer and now it should work again.

Ty and another btw im German and realised that u also german :D
Joyki  [author] May 18, 2018 @ 1:43pm 
If you use a root-Server - why need Soundcard-Drivers?
I use ProxMox for Host and debian 9.0 as VM/CT
Horizontal rotating Shrimp May 17, 2018 @ 7:09am 
i found some but these still remain

configure: libhal 64-bit development files not found, no legacy dynamic device support.
configure: OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
configure: libgsm 64-bit development files not found, gsm 06.10 codec won't be supported.
Horizontal rotating Shrimp May 17, 2018 @ 6:42am 
Debian 9 and int64