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

Last updated