Creating CS:GO server with skins, ws, gloves, knifes on a Ubuntu Instance in a Docker container
1.4K
Creating CS:GO server with skins, ws, gloves, knifes, etc. on a Ubuntu Instance in a Docker Container
If you manually want to build the server, you can use the following bash instructions to do so: https://gist.github.com/Anon-Exploiter/7016b21246e4b9630bc81f83cbb54144
The docker image can be built using the following:
git clone https://github.com/Anon-Exploiter/csgo-server/
cd csgo-server/
docker build -t uexpl0it/csgo-server .
docker run -it --rm \
--env "ACCESS_TOKEN=AAAAAAAAAAAAAAAAAAAAAAA" \
--env "MAP=de_shortdust" \
--network=host \
csgo-server
Report any errors with details or PR if whenever you come across one to make the container/manual better.
The reason of creating this repo was to simplify the steps of creating a CS:GO server on linux. Manually, it took me around 3 hours to setup everything with sourcemod, metamod, and skins. This repository manual/container contains file named "backup.tgz" which has everything required.
Content type
Image
Digest
Size
12.8 GB
Last updated
about 6 years ago
docker pull uexpl0it/csgo-server