Skip to content
View in the app

A better way to browse. Learn more.

OldStyle Gaming Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to Install SteamCMD on Your VPS

  • Administrator

In this tutorial we will install SteamCMD. SteamCMD can be used to download and install a lot of Steam game servers, such as Counter-Strike: Global Offensive (CS:GO), ARK Survival Evolved, and many more. Some games require a paid subscription/purchase before you can download their configuration files.

Prerequisites

  • A Server running CentOS 7 or Debian 8.
  • A user account for steam.

Before we begin

One of the best practices when using Linux is to ensuring your server is always updated. Additionally, it is best for your security to create a user account on the server to run SteamCMD.

CentOS 7

yum clean all 
yum update -y 
yum upgrade -y 
adduser steam

Then we install the necessary libraries for SteamCMD:

yum install glibc.i686 libstdc++.i686 -y

Ubuntu / Debian x64

apt-get update -y 
apt-get upgrade -y 
adduser steam 
passwd steam

Then we install the necessary libraries for SteamCMD:

apt-get install lib32gcc1

Let's switch to the user we just created.

su -ls /bin/bash steam 
cd ~

Download SteamCMD.

wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz 
tar xf steamcmd_linux.tar.gz

The next step would be running SteamCMD. Once running, the Steam daemon will download and install all the necessary files.

./steamcmd.sh +quit

Now SteamCMD is ready to download and install server files. Please note, if you have Steam Guard enabled, you have to check your email for the code to login.

Featured Replies

No posts to show

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.