linode / linode/docs

Launch a Counter Strike: Global Offensive (CS:GO) server on Ubuntu 18.04

Open
#3,206 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1.4k
Forks
1.2k
Avg merge
9m
Merged PRs (30d)
1

Description

Disqus comment:

Note that, in order to use RCON based on this guide, you'll need to add TCP rules to allow for it. Specifying a range like this should be satisfactory:

sudo iptables -I INPUT 5 -p tcp -m tcp --dport 26900:27030 -j ACCEPT

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the CS:GO server guide for Ubuntu 18.04 referenced by this issue and review its RCON section. Add the supplied iptables TCP rule guidance, then verify the rendered guide clearly explains the ports needed for RCON.

Written by the indexing model from the issue text.

Assessment

Tech stack
ubuntu
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.