Sign inSign up

uexpl0it/csgo-server

By uexpl0it

Updated about 6 years ago

Creating CS:GO server with skins, ws, gloves, knifes on a Ubuntu Instance in a Docker container

Image
0

1.4K

uexpl0it/csgo-server repository overview

CS:GO Docker image

Creating CS:GO server with skins, ws, gloves, knifes, etc. on a Ubuntu Instance in a Docker Container

Manually

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

Docker Image

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 
Instructions
Contribution/Errors

Report any errors with details or PR if whenever you come across one to make the container/manual better.

ToDos
  • Build the docker image from docker hub using this repo's Dockerfile
  • Upload the built image on Docker hub
Reason

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.

Tag summary

Content type

Image

Digest

Size

12.8 GB

Last updated

about 6 years ago

docker pull uexpl0it/csgo-server