> For the complete documentation index, see [llms.txt](https://docs.linuxgsm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxgsm.com/game-servers.md).

# Game Servers

LinuxGSM cannot always provide support for specific game servers. However, there are various support forums available for specific game server support that may be useful. Below is a list of useful links support forums:

* [ARK: Survival Evolved](https://survivetheark.com/index.php?/forums/forum/39-server-administration/)
* [ARMA 3](https://forums.bohemia.net/forums/forum/159-arma-3-servers-administration/)
* [Counter-Strike: Global Offensive](https://steamcommunity.com/app/730/discussions/)
* [Counter-Strike 1.6](https://steamcommunity.com/app/10/discussions/)
* [Counter-Strike: Source](https://steamcommunity.com/app/240/discussions/)
* [Day of Defeat: Source](https://steamcommunity.com/app/300/discussions/)
* [Day of Infamy](https://steamcommunity.com/app/447820/discussions/)
* [Garry's Mod](https://forum.facepunch.com/f/)
* [Insurgency](https://steamcommunity.com/app/222880/discussions/2/)
* [Killing Floor 2](https://forums.tripwireinteractive.com/forum/killing-floor-2/technical-support-ae/dedicated-server-support-ac)
* [Minecraft](https://www.minecraftforum.net/forums/servers-java-edition/minecraft-server-hosting)
* [Quake 3](https://steamcommunity.com/app/2200/discussions/)
* [Rust](https://forum.facepunch.com/c/rust/10)
* [Terraria](https://forums.terraria.org/index.php?forums/)
* [Team Fortress 2](https://steamcommunity.com/app/440/discussions/)
* [Teamspeak 3](https://forum.teamspeak.com/forums/93-TeamSpeak-3-Technical-Discussions-EN-DE)
* [Unreal Tournament 2004](https://www.epicgames.com/unrealtournament/forums/past-unreal-tournament-games/unreal-tournament-2003-2004)
* [Unreal Tournament 3](https://www.epicgames.com/unrealtournament/forums/past-unreal-tournament-games/unreal-tournament-3)
* [Unreal Tournament 99](https://www.epicgames.com/unrealtournament/forums/past-unreal-tournament-games/unreal-tournament-‘99)
* [Xonotic](https://forums.xonotic.org/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.linuxgsm.com/game-servers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
