Installs an Hell Let Loose (HLL) CRCON (see : https://github.com/MarechJ/hll_rcon_tool) on a fresh Linux system.
This script will ensure you have the required software installed on your host.
It will then install and configure CRCON, as described in the installation procedure.
Tested on :
- Debian 12.9.0
- Ubuntu server 24.04.1
- Fedora server 41-1.4
- Checks for requirements (Git, Docker, Docker compose plugin) and installs them if needed
- Downloads and installs the latest CRCON release
- Configures the first game server to be managed (
.env
,compose.yaml
, CSRF verification and Scorebot urls) - Defines a (chosen) new "admin" password
- Log into an SSH session on your Linux VPS
⚠️ Your user must have superuser permissions ("root") orsudo
command access. - Make sure you're in your user's default home folder :
cd
- Download the script :
wget https://raw.githubusercontent.com/ElGuillermo/HLL_CRCON_Installer/refs/heads/main/install_crcon.sh
- Make it executable :
chmod +x install_crcon.sh
- Launch it :
./install_crcon.sh
- Follow instructions
You'll need to have some informations handy.
These are provided by your game server provider (Qonzer, GTX, GPortal, etc)- HLL game server RCON IP
- HLL game server RCON port
- HLL game server RCON password
- (optional) Create new users
- Follow regular installation procedure from step 6.3.
- Please report here if you encounter any issue.
- Success stories are also welcomed ! ;)