ServerLoom Docs
  • 🏠ServerLoom Docs
  • Setup Fivem/RedM Server
    • Linux
      • Setup TxAdmin Linux
      • Setup PhPMyadmin Linux
      • Secure PHPMyadmin & TxAdmin
  • 🎮Game Servers
    • Setup Rust Server
      • Rust Dependencies
      • Install Rust
      • Rust Basic Usage
    • Multi Theft Auto (MTA)
      • MTA Dependencies
      • Install MTA
      • MTA Basic Usage
    • Counter Strike
      • Cs2 Dependencies
      • Install Cs2
      • Cs2 Basic Usage
    • San Andreas Multiplayer (SAMP)
      • SAMP Dependencies
      • Install SAMP
      • SAMP Basic Usage
  • Arma3
    • Arma3 Dependencies
    • Install Arma3
    • Arma3 Basic Usage
  • DayZ
    • DayZ Dependencies
    • Install DayZ
    • DayZ Basic Usage
  • Garry’s Mod
    • Garry’s Mod Dependencies
    • Install Garry’s Mod
    • Garry’s Mod Basic Usage
  • Euro Truck Simulator 2
    • ETS2 Dependencies
    • Install ETS2
    • ETS2 Basic Usage
Powered by GitBook
On this page
  1. Euro Truck Simulator 2

Install ETS2

From the command-line do the following. Ensuring you have also installed the required dependencies.

1. Create a user and login.

adduser ets2server

For security best practice, ensure you set a strong password. Random password: TYyNTAzMDU2M

su - ets2server

2. Download linuxgsm.sh.

curl -Lo linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh ets2server

3. Run the installer following the on-screen instructions.

./ets2server install
PreviousETS2 DependenciesNextETS2 Basic Usage

Last updated 1 year ago