Counter Strike 1.6 Install
From 2047Servers Support
| Line 9: | Line 9: | ||
== Making a folder for the server == | == Making a folder for the server == | ||
| − | <pre> | + | You will need to make a folder somewhere that the server files will be installed (If you have done this, skip this part) |
| + | |||
| + | The most common or best place to put most of your files on a server is in the /home folder | ||
| + | |||
| + | Change Directory to /home | ||
| + | |||
| + | <pre>cd /home</pre> | ||
| + | |||
| + | Now make a folder e.g. CS_Server Note to change the "CS_Server" to the servers name or folder name | ||
| + | |||
| + | <pre>mkdir CS_Server</pre> | ||
| + | |||
| + | Now go into that folder | ||
| + | |||
| + | <pre>cd CS_Server</pre> | ||
| + | |||
| + | Now you have a new / clean folder you can being to download & install the files for the server. | ||
| + | |||
== Installing HLDS + Steam == | == Installing HLDS + Steam == | ||