Commands - Basic
From 2047Servers Support
| Line 70: | Line 70: | ||
It is normally a good idea to add some server monitoring tools to your server, the most popular ones for game servers is creating a game server monitor button see a place like [[http://www.gametracker.com/|Gametracker.com]] These create banners like the example below, what can be useful to check on just to see how many players are on the server & if it is online. | It is normally a good idea to add some server monitoring tools to your server, the most popular ones for game servers is creating a game server monitor button see a place like [[http://www.gametracker.com/|Gametracker.com]] These create banners like the example below, what can be useful to check on just to see how many players are on the server & if it is online. | ||
| − | [[File:gametracker.png| | + | [[File:gametracker.png|400px]] |
Our favourite server monitoring tool is "htop" this is a bit like Windows Task Manager but for Linux, we install this software as standard, to run htop use command | Our favourite server monitoring tool is "htop" this is a bit like Windows Task Manager but for Linux, we install this software as standard, to run htop use command | ||
| Line 78: | Line 78: | ||
Below is a screenshot of what htop looks like - See our Full in depth guide [[htop|htop]] | Below is a screenshot of what htop looks like - See our Full in depth guide [[htop|htop]] | ||
| − | [[File:htop.png| | + | [[File:htop.png|550px]] |
Another great tool called "iftop" can be used to monitor your servers traffic, this tool lets you know who is connecting to your server & the network stats of the connection | Another great tool called "iftop" can be used to monitor your servers traffic, this tool lets you know who is connecting to your server & the network stats of the connection | ||
| Line 86: | Line 86: | ||
Below is a screenshot of what iftop looks like | Below is a screenshot of what iftop looks like | ||
| − | [[File:iftop.png| | + | [[File:iftop.png|550px]] |
Simple Commands like "free" can show memory usage | Simple Commands like "free" can show memory usage | ||