https://github.com/in7hesky/steamcmd-server-setup
A server setup script for Debian using steamcmd
https://github.com/in7hesky/steamcmd-server-setup
bash docker steamcmd
Last synced: about 2 months ago
JSON representation
A server setup script for Debian using steamcmd
- Host: GitHub
- URL: https://github.com/in7hesky/steamcmd-server-setup
- Owner: in7hesky
- Created: 2024-12-06T18:42:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T13:22:19.000Z (over 1 year ago)
- Last Synced: 2025-02-03T10:34:20.436Z (over 1 year ago)
- Topics: bash, docker, steamcmd
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# steamcmd-server-setup
A server setup script for **Debian** which utilises **steamcmd**.
Created for a blank **VPS**.
It's got the `./test_setup.sh` script to test the installation in a **Docker** container beforehand.
## HOW TO USE
Just `git clone` the repo to the VPS **root** directory and run the `prereqs.sh` script, then answer some basic questions.
It will create an admin **user** and switch to it, and also move this project's directory to a new user's **home**.
Then run `setup.sh` file. Beware that it'll ask to provide the server app's appid, it can be found [here](https://steamdb.info/).
## RUNNING THE SERVER
A command to type inside server app's directory (an example for FOF):
```
./srcds_run -console -game fof +maxplayers 12 +mp_timelimit 25 +map fof_depot +log off +sv_setsteamaccount {server_id}
```
The server_id can be found or registered [here](https://steamcommunity.com/dev/managegameservers).