How to setup CS:CO server via VPS (mixed information into one)

[EU-Germany] [5v5] Server- RWS, Auto-Setup connect: 138.68.88.161:27015

[EU-Germany] [Retake] Server: connect 138.68.88.161:27014

// Configure VPS Server //

// Install CS:GO & CS:CO onto your server//

// Install Metamod and Sourcemod //

// All of the CS:GO GameServerManager commands and information //

Heya, this is my guide on setting up CS:CO servers via SSH. Using older tutorials, updating them and combinding other sources into one. In my opinion, the easiest way to get one running.Keep in mind, I am not any expert and this is my way to get by and create servers.Here's my servers using this method.Today I will teach you how to setup a CS:CO (or CS:GO) server on VPS via PuTTy (SSH) and WinSCP (FTP). The Easiest Way...Recommended Distros: Ubuntu 12.04 LTS or greater, Debian 6 or greater, CentOS 6 or greater.I am using Ubuntu for this tutorial.| sudo apt-get update| ## 64bit version ##| sudo dpkg --add-architecture i386; sudo apt-get update;sudo apt-get install mailutils postfix curl wget file gzip bzip2 bsdmainutils python util-linux tmux lib32gcc1 libstdc++6 libstdc++6:i386 zip| ## 32bit version ##| sudo apt-get install mailutils postfix curl wget file gzip bzip2 bsdmainutils python util-linux tmux libstdc++6 zip| adduser csgoserver| su - csgoserver| wget http://gameservermanagers.com/dl/csgoserver | chmod +x csgoserver| ./csgoserver install (Do not run ./csgoserver start after the installation)| cd serverfiles| wget http://judge.se/cstrike/ClassicOffensive_Beta1.1d.zip | unzip ClassicOffensive_Beta1.1d.zip| rm -r ClassicOffensive_Beta1.1d.zip (Keeping it tidy)| cd| nano csgoserver-- Setup your IP adress,Set defaultmap to 'de_dust2_cscoChange -game csgo to -game csco in parms=""Now just CTRL+O, enter to save and then CTRL+X to quit.| ./csgoserver start| ./csgoserver stop| cd /home/csgoserver/serverfiles/csco| wget https://files.nscodes.com/csgo/mmsource-1.10.6-linux.tar.gz | tar -zxvf mmsource-1.10.6-linux.tar.gz| rm mmsource-1.10.6-linux.tar.gz| cd /home/csgoserver/serverfiles/csco| wget https://sm.alliedmods.net/smdrop/1.9/sourcemod-1.9.0-git6030-linux.tar.gz | tar -zxvf sourcemod-1.9.0-git6030-linux.tar.gz| rm sourcemod-1.9.0-git6030-linux.tar.gz| cd /home/csgoserver/| ./csgoserver startStart server:./csgoserver startStop server:./csgoserver stopRestart server:./csgoserver restartConsole:./csgoserver consoleUpdate server:./csgoserver update(Note that when new CS:CO updates release, you will have to replace the old files in CS:CO folder with the new ones.Bypass the check and go straight to SteamCMD update:./csgoserver force-updateValidate:./csgoserver validateDetails:./csgoserver detailsBackup:./csgoserver backup- P.S I do not take credit for most of the tutorial, I have clamped together information from multiple sources and google. Some of the parts are changed, mostly the CS:CO parts to make it work.