> For the complete documentation index, see [llms.txt](https://fastiraz.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fastiraz.gitbook.io/doc/documentations/servers/assetto-corsa.md).

# Assetto Corsa

## Dependencies

> ```bash
> sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python3 util-linux ca-certificates binutils bc jq tmux netcat lib32gcc-s1 lib32stdc++6
> ```

## Installation

Create a user login.

> ```bash
> adduser acserver
> ```

> ```bash
> su - acserver
> ```

Download linuxgsm.sh.

> ```bash
> wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh acserver
> ```

Add Steam login details.

You will need to enter a Steam username and password to download dedicated server.

> ```bash
> nano lgsm/config-lgsm/acserver/common.cfg
> ```

> ```bash
> steamuser="username"
> steampass='password'
> ```

Run the installer following the on-screen instructions.

> ```bash
> ./acserver install
> ```
