Commands - Basic
From 2047Servers Support
| Line 36: | Line 36: | ||
As you use your server / install programs on it, you may find you need some software to run it. For example Minecraft Server requires you have Java installed as its main component. | As you use your server / install programs on it, you may find you need some software to run it. For example Minecraft Server requires you have Java installed as its main component. | ||
| + | |||
| + | If some software isn't installed & you are trying to run the software, The OS will kindly let you know it isn't installed & tell you the command to install it (For Common/Well known Software only) | ||
==== Installing Software ==== | ==== Installing Software ==== | ||
| Line 65: | Line 67: | ||
== Server Monitoring == | == Server Monitoring == | ||
| + | |||
| + | 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|200px]] | ||
| + | |||
| + | 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 | ||
| + | |||
| + | <pre>htop</pre> | ||
| + | |||
| + | Below is a screenshot of what htop looks like - See our Full in depth guide [[htop|htop]] | ||
| + | |||
| + | [[File:htop.png|350px]] | ||
| + | |||
| + | 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 | ||
| + | |||
| + | <pre>iftop</pre> | ||
| + | |||
| + | Below is a screenshot of what iftop looks like | ||
| + | |||
| + | [[File:iftop.png|350px]] | ||
== File / Folder Management == | == File / Folder Management == | ||
| + | |||
| + | |||
| + | |||
| + | - See our Full in depth guide [[Linux_File_Management|Linux File Management]] | ||