Skip to content

ElGuillermo/HLL_CRCON_Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

HLL_CRCON_Installer

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 :

Features

  • 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

Install

  1. Log into an SSH session on your Linux VPS
    ⚠️ Your user must have superuser permissions ("root") or sudo command access.
  2. Make sure you're in your user's default home folder :
    cd
  3. Download the script :
    wget https://raw.githubusercontent.com/ElGuillermo/HLL_CRCON_Installer/refs/heads/main/install_crcon.sh
  4. Make it executable :
    chmod +x install_crcon.sh
  5. Launch it :
    ./install_crcon.sh
  6. 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
  7. (optional) Create new users

Troubleshooting and reviews

  • Please report here if you encounter any issue.
  • Success stories are also welcomed ! ;)

About

Installs an Hell Let Loose (HLL) CRCON (see : https://github.com/MarechJ/hll_rcon_tool)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages