details
The details command allows access to various useful information about the game server. Details are gathered from configs, parameters and server queries.

Commands

details

Standard: ./gameserver details
Short: ./gameserver dt

postdetails

postdetails (using hastebin) is used to share server details, to help with support, while hiding sensitive information:
Standard: ./gameserver postdetails
Short: ./gameserver pd

Details Provided

Various relevant details are provided including:
  • Distro Details
  • Performance
  • Disk usage
  • Server Name
  • Server IP
  • Server Ports
  • Passwords
  • Config File
  • Backups
  • Server parameters

Example output

1
Distro Details
2
===============================================================================================================================================================
3
Distro: Debian 7.7
4
Arch: x86_64
5
Kernel: 2.6.32-042stab102.9
6
Hostname: vps86887.ovh.net
7
tmux: tmux 1.6
8
GLIBC: 2.13
9
​
10
Performance
11
===============================================================================================================================================================
12
Uptime: 0d, 17h, 36m
13
Avg Load: 0.00, 0.02, 0.00
14
​
15
Mem: total used free
16
Physical: 1.0G 1.0G 17M
17
Swap: 128M 25M 102M
18
​
19
Disk Usage
20
===============================================================================================================================================================
21
Disk available: 5.4G
22
Serverfiles: 1.6G
23
Backups: 4.8M
24
​
25
Fistful of Frags Server Details
26
===============================================================================================================================================================
27
Server name: Fistful of Frags Server
28
Server IP: 192.168.1.1:27015
29
RCON password: rconpassword
30
Status: OFFLINE
31
​
32
Service name: fof-server
33
User: fofserver
34
Location: /home/fofserver
35
Config file: /home/fofserver/serverfiles/fof/cfg/fof-server.cfg
36
​
37
Backups
38
===============================================================================================================================================================
39
No. of backups: 1
40
Latest backup:
41
date: Fri Jan 23 15:54:52 CET 2015
42
file: /home/fofserver/backups/fof-server-2015-01-23-155447.tar.gz
43
size: 4.8M
44
​
45
Command-line Parameters
46
===============================================================================================================================================================
47
./srcds_run -game fof -strictportbind -ip 192.168.1.1 -port 27015 +clientport 27005 +tv_port 27020 +map fof_depot +servercfgfile fof-server.cfg -maxplayers 16
48
​
49
Ports
50
===============================================================================================================================================================
51
Change ports by editing the command-line
52
parameters in ./fofserver.
53
​
54
Useful port diagnostic command:
55
netstat -atunp | grep srcds_linux
56
​
57
DESCRIPTION DIRECTION PORT PROTOCOL
58
> Game/RCON INBOUND 27015 tcp/udp
Copied!
Last modified 2yr ago