# Commands

Replace `./gameserver` with the actual script name. Every command has a short version, also listed here.

## Global commands list

| Command Name                                                                | Command                     | Short             |
| --------------------------------------------------------------------------- | --------------------------- | ----------------- |
| [Install](https://docs.linuxgsm.com/commands/install)                       | `./gameserver install`      | `./gameserver i`  |
| [Auto Install](https://docs.linuxgsm.com/install#auto-install)              | `./gameserver auto-install` | `./gameserver ai` |
| [Start](https://docs.linuxgsm.com/start-stop-restart#starting-a-server)     | `./gameserver start`        | `./gameserver st` |
| [Stop](https://docs.linuxgsm.com/start-stop-restart#stopping-a-server)      | `./gameserver stop`         | `./gameserver sp` |
| [Restart](https://docs.linuxgsm.com/start-stop-restart#restarting-a-server) | `./gameserver restart`      | `./gameserver r`  |
| [Details](https://docs.linuxgsm.com/commands/details)                       | `./gameserver details`      | `./gameserver dt` |
| [Post Details](https://docs.linuxgsm.com/details#post-details)              | `./gameserver postdetails`  | `./gameserver pd` |
| [Skeleton](https://docs.linuxgsm.com/commands/skeleton)                     | `./gameserver skeleton`     | `./gameserver sk` |
| [Backup](https://docs.linuxgsm.com/commands/backup)                         | `./gameserver backup`       | `./gameserver b`  |
| [Update LinuxGSM](https://docs.linuxgsm.com/commands/update-lgsm)           | `./gameserver update-lgsm`  | `./gameserver ul` |
| [Monitor](https://docs.linuxgsm.com/commands/monitor)                       | `./gameserver monitor`      | `./gameserver m`  |
| [Test Alert](https://docs.linuxgsm.com/commands/test-alert)                 | `./gameserver test-alert`   | `./gameserver ta` |
| [Update](https://docs.linuxgsm.com/commands/update)                         | `./gameserver update`       | `./gameserver u`  |
| [Check Update](https://docs.linuxgsm.com/commands/check-update)             | `./gameserver check-update` | `./gameserver cu` |
| [Force Update](https://docs.linuxgsm.com/commands/force-update)             | `./gameserver force-update` | `./gameserver fu` |
| [Validate](https://docs.linuxgsm.com/commands/validate)                     | `./gameserver validate`     | `./gameserver v`  |
| [Console](https://docs.linuxgsm.com/commands/console)                       | `./gameserver console`      | `./gameserver c`  |
| [Debug](https://docs.linuxgsm.com/commands/debug)                           | `./gameserver debug`        | `./gameserver d`  |

## Specific commands

### Teamspeak 3

| Command Name                                                          | Command                       | Short             |
| --------------------------------------------------------------------- | ----------------------------- | ----------------- |
| [Change Password](https://docs.linuxgsm.com/commands/change-password) | `./ts3server change-password` | `./gameserver pw` |

### Unreal & Unreal 2 Engine Games

| Command Name                                                        | Command                       | Short             |
| ------------------------------------------------------------------- | ----------------------------- | ----------------- |
| [Map Compressor](https://docs.linuxgsm.com/commands/map-compressor) | `./gameserver map-compressor` | `./gameserver mc` |

### Rust&#x20;

| Command Name                                            | Command                  | Short             |
| ------------------------------------------------------- | ------------------------ | ----------------- |
| [Full Wipe](#rust)                                      | `./rustserver full-wipe` | `./rustserver fw` |
| [Map Wipe](https://docs.linuxgsm.com/game-servers/rust) | `./rustserver map-wipe`  | `./rustserver mw` |

## Developer & Debug commands

| Command Name                                                                                                                                    | Command                       | Short              |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- | ------------------ |
| [Developer](https://github.com/GameServerManagers/LinuxGSM-Docs/tree/0412348decd8889d020851076f6435bca490a773/developers/developer-commands.md) | `./gameserver developer`      | `./gameserver dev` |
| Detect Dependencies                                                                                                                             | `./gameserver detect-deps`    | `./gameserver dd`  |
| Detect Glibc                                                                                                                                    | `./gameserver detect-glibc`   | `./gameserver dg`  |
| Detect ldd                                                                                                                                      | `./gameserver detect-ldd`     | `./gameserver dl`  |
| Query Raw                                                                                                                                       | `./gameserver query-raw`      | `./gameserver qr`  |
| Clear Modules                                                                                                                                   | `./gameserver clear-moeuldes` | `./gameserver cm`  |


---

# Agent Instructions: 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:

```
GET https://docs.linuxgsm.com/commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
