Skip to content

Commit e559d93

Browse files
dgibbs64gitbook-bot
authored andcommitted
GITBOOK-302: change request with no subject merged in GitBook
1 parent cbd2466 commit e559d93

File tree

6 files changed

+156
-77
lines changed

6 files changed

+156
-77
lines changed
15.5 KB
Loading

.gitbook/assets/Rocky_Linux.png

20.4 KB
Loading

commands/README.md

+43-34
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,57 @@ Replace `./gameserver` with the actual script name. Every command has a short ve
44

55
## Global commands list
66

7-
| Command Name | Command | Short |
8-
| :--- | :--- | :--- |
9-
| [Install](install.md) | `./gameserver install` | `./gameserver i` |
10-
| [Auto Install](install.md#auto-install) | `./gameserver auto-install` | `./gameserver ai` |
11-
| [Start](start-stop-restart.md#starting-a-server) | `./gameserver start` | `./gameserver st` |
12-
| [Stop](start-stop-restart.md#stopping-a-server) | `./gameserver stop` | `./gameserver sp` |
13-
| [Restart](start-stop-restart.md#restarting-a-server) | `./gameserver restart` | `./gameserver r` |
14-
| [Details](details.md) | `./gameserver details` | `./gameserver dt` |
15-
| [Post Details](details.md#post-details) | `./gameserver postdetails` | `./gameserver pd` |
16-
| [Backup](backup.md) | `./gameserver backup` | `./gameserver b` |
17-
| [Update LinuxGSM](update-lgsm.md) | `./gameserver update-lgsm` | `./gameserver ul` |
18-
| [Monitor](monitor.md) | `./gameserver monitor` | `./gameserver m` |
19-
| [Test Alert](test-alert.md) | `./gameserver test-alert` | `./gameserver ta` |
20-
| [Update](update.md) | `./gameserver update` | `./gameserver u` |
21-
| [Check Update](check-update.md) | `./gameserver check-update` | `./gameserver cu` |
22-
| [Force Update](force-update.md) | `./gameserver force-update` | `./gameserver fu` |
23-
| [Validate](validate.md) | `./gameserver validate` | `./gameserver v` |
24-
| [Console](console.md) | `./gameserver console` | `./gameserver c` |
25-
| [Debug](debug.md) | `./gameserver debug` | `./gameserver d` |
7+
| Command Name | Command | Short |
8+
| ---------------------------------------------------- | --------------------------- | ----------------- |
9+
| [Install](install.md) | `./gameserver install` | `./gameserver i` |
10+
| [Auto Install](install.md#auto-install) | `./gameserver auto-install` | `./gameserver ai` |
11+
| [Start](start-stop-restart.md#starting-a-server) | `./gameserver start` | `./gameserver st` |
12+
| [Stop](start-stop-restart.md#stopping-a-server) | `./gameserver stop` | `./gameserver sp` |
13+
| [Restart](start-stop-restart.md#restarting-a-server) | `./gameserver restart` | `./gameserver r` |
14+
| [Details](details.md) | `./gameserver details` | `./gameserver dt` |
15+
| [Post Details](details.md#post-details) | `./gameserver postdetails` | `./gameserver pd` |
16+
| [Skeleton](skeleton.md) | `./gameserver skeleton` | `./gameserver sk` |
17+
| [Backup](backup.md) | `./gameserver backup` | `./gameserver b` |
18+
| [Update LinuxGSM](update-lgsm.md) | `./gameserver update-lgsm` | `./gameserver ul` |
19+
| [Monitor](monitor.md) | `./gameserver monitor` | `./gameserver m` |
20+
| [Test Alert](test-alert.md) | `./gameserver test-alert` | `./gameserver ta` |
21+
| [Update](update.md) | `./gameserver update` | `./gameserver u` |
22+
| [Check Update](check-update.md) | `./gameserver check-update` | `./gameserver cu` |
23+
| [Force Update](force-update.md) | `./gameserver force-update` | `./gameserver fu` |
24+
| [Validate](validate.md) | `./gameserver validate` | `./gameserver v` |
25+
| [Console](console.md) | `./gameserver console` | `./gameserver c` |
26+
| [Debug](debug.md) | `./gameserver debug` | `./gameserver d` |
2627

2728
## Specific commands
2829

29-
### Teamspeak server
30+
### Teamspeak 3
3031

31-
| Command Name | Command | Short |
32-
| :--- | :--- | :--- |
33-
| [Change Password](change-password.md) | `./gameserver change-password` | `./gameserver pw` |
32+
| Command Name | Command | Short |
33+
| ------------------------------------- | ----------------------------- | ----------------- |
34+
| [Change Password](change-password.md) | `./ts3server change-password` | `./gameserver pw` |
3435

3536
### Unreal & Unreal 2 Engine Games
3637

37-
| Command Name | Command | Short |
38-
| :--- | :--- | :--- |
38+
| Command Name | Command | Short |
39+
| ----------------------------------- | ----------------------------- | ----------------- |
3940
| [Map Compressor](map-compressor.md) | `./gameserver map-compressor` | `./gameserver mc` |
4041

41-
## Developer & Debug commands
42+
### Rust 
43+
44+
4245

43-
| Command Name | Command | Short |
44-
| :--- | :--- | :--- |
45-
| [Developer](https://github.com/GameServerManagers/LinuxGSM-Docs/tree/0412348decd8889d020851076f6435bca490a773/developers/developer-commands.md) | `./gameserver developer` | `./gameserver dev` |
46-
| Detect Dependencies | `./gameserver detect-deps` | `./gameserver dd` |
47-
| Detect Glibc | `./gameserver detect-glibc` | `./gameserver dg` |
48-
| Detect ldd | `./gameserver detect-ldd` | `./gameserver dl` |
49-
| Query Raw | `./gameserver query-raw` | `./gameserver qr` |
50-
| Clear Functions | `./gameserver clear-functions` | `./gameserver cf` |
46+
| Command Name | Command | Short |
47+
| ----------------------------------- | ------------------------ | ----------------- |
48+
| [Full Wipe](./#rust) | `./rustserver full-wipe` | `./rustserver fw` |
49+
| [Map Wipe](../game-servers/rust.md) | `./rustserver map-wipe` | `./rustserver mw` |
50+
51+
## Developer & Debug commands
5152

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

commands/check-update.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# check-update
22

3-
LinuxGSM comes with a game server `check-update` command. All [SteamCMD](../steamcmd/) games servers are supported.
3+
LinuxGSM comes with a game server `check-update` command. All [SteamCMD](../steamcmd/) games servers are supported, as well as some other servers such as Teamspeak, Minecraft, Mumble & Factorio.
44

55
## Commands
66

77
Standard: `./gameserver check-update`
88

99
Short: `./gameserver cu`
1010

11-
Unlike the [update](update.md) command `check-update` will check for any available update and taking no action if no update is available. If there is an update it will send an alert.
11+
Unlike the [update](update.md) command `check-update` will check for any available updates and take no action if no update is available. If there is an update it will send an alert.
1212

1313
## Automatic check for update
1414

@@ -26,21 +26,20 @@ To edit cronjobs, type:
2626

2727
A cronjob can be run as the `gameserver user` or as `root`, this choice is down to personal preference. Remember to amend the examples to match a specific game server.
2828

29-
Here is an example of a user based cronjob to check for an update once an hour.
29+
Here is an example of a user-based cronjob to check for an update once an hour.
3030

31-
```text
31+
```
3232
0 * * * * /home/username/gameserver check-update > /dev/null 2>&1
3333
```
3434

35-
Here is an example of a root based cronjob to check for an update once an hour.
35+
Here is an example of a root-based cronjob to check for an update once an hour.
3636

3737
{% hint style="info" %}
3838
The extra `su - username -c` indicates which user to run the script as.
3939
{% endhint %}
4040

41-
```text
41+
```
4242
0 * * * * su - username -c '/home/username/gameserver update' > /dev/null 2>&1
4343
```
4444

4545
[crontab.guru](https://crontab.guru/) is a great resource to generate cronjobs.
46-

commands/install.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Short: `./gameserver ai`
3535
`chmod +x gameserver`
3636

3737
1. Run the install command: `./gameserver install` or `./gameserver auto-install` to bypass any prompts.
38-
2. Follow on screen instructions.
38+
2. Follow on-screen instructions.
3939

4040
## Install Dependencies
4141

@@ -89,13 +89,13 @@ If some files/directories are not owned by the correct user, use the `chown` com
8989

9090
#### Poor Network Connection to Steam servers
9191

92-
If the connection to the Steam servers is poor (quite common), SteamCMD download can fail. This is why LinuxGSM will always ask you if installation was successful allowing admins to retry the download should it fail.
92+
If the connection to the Steam servers is poor (quite common), the SteamCMD download can fail. This is why LinuxGSM will always ask you if the installation was successful allowing admins to retry the download should it fail.
9393

9494
If there are still issues downloading try the [validate](validate.md) option.
9595

9696
`./gameserver validate`
9797

98-
If downloading is still failing it may be worth contacting your server provider to confirm steam servers are not being blocked for any reason.
98+
If downloading is still failing it may be worth contacting your server provider to confirm Steam servers are not being blocked for any reason.
9999

100100
It is also worth searching the internet for issues relating to the error message you receive.
101101

0 commit comments

Comments
 (0)