ARK Server installation

From EN Ikoula wiki
Revision as of 13:40, 16 December 2020 by Woussen.alexis59c630e (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

fr:Installation Serveur Ark es:ARK Instalación del servidor ARK nl:ARK Server installatie it:Installazione Server Ark pt:Instalação do servidor ARK ro:Instalarea serverului ARK

Introduction

Ark Survival Elvoved is a Action-Adventure video-game developed and published by Wildcard Studio in 2015.

Within these lines, we will show you how to install your ARK server.

Prerequisites for your Ark server

You will need (as a minimum):

  • Ubuntu 16.04 LTS
  • Debian 9
  • CentOS 7

Non tested: Every tmux => 1.6 et glibc => 2.15 should be also compatible with ARK servers. For non listed distribution. LinuxGSM does does not automatically check dependencies and must be checked manually.

Dependencies installation for your ARK server

Before installation, you must be certain to have every dependencies required to execute arkserver

  • Ubuntu
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install mailutils postfix curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6 steamcmd
  • Debian
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install mailutils postfix curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6
  • CentOS
yum install epel-release
yum install mailx postfix curl wget tar bzip2 gzip unzip python3 binutils bc jq tmux glibc.i686 libstdc++ libstdc++.i686

GameDig

GameDig is a recommended add-on that allows LinuxGSM to collect more information about the game server, such as current map and connected players, to display in details and in logs. It also replaces the default LinuxGSM query module in the monitor. To install GameDig, follow the steps in the LinuxGSM documentation.

Installing dependencies using LinuxGSM

During installation, if the gaming server's user has sudo authorizations, LinuxGSM will try to auto-install the missing dependencies.

Root user

If Arkserver is already installed, execute ./arkserver in root and LinuxGSM will automatically install missing dependencies.

Installation of Ark server

Create a user and a login

adduser arkserver

Note : do not use arkserver as password. Use a strong password !

passwd arkserver
su - arkserver

Download the installation script

wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh arkserver

Run the

./arkserver install

Usage

All commands

A complete list of commands can be found by running:

./arkserver

Start

./arkserver start

Stop

./arkserver stop

Re-start

./arkserver restart

Update

Check if everything is updated. The server will be updated, you might have to restart your server.

./arkserver update

Saving


Backs up the entire server under a bzip2 archive.

./arkserver backup