SteamCMD is Valve's command-line tool for downloading and updating Steam dedicated server files. Use it when a game supports Linux dedicated server hosting.

Connect with SSH first, then install the required packages for your distribution.

Ubuntu or Debian

sudo apt update
sudo apt install steamcmd

If the package is not available, enable the required repositories for your distribution and run the install again.

Run SteamCMD

steamcmd

A typical anonymous dedicated-server install looks like this:

login anonymous
force_install_dir /home/steam/myserver
app_update APPID validate
quit

Replace APPID with the Steam dedicated server app ID for the game you are installing. Some games require a Steam account instead of anonymous login.

  • 0 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

How to connect to a Linux VPS with SSH

SSH is the normal way to manage a Linux VPS. It gives you a terminal on the server so you can...

How to update packages on a Linux VPS

Keeping packages updated helps patch security issues and keeps server tools compatible. Run...

How to create a sudo user on a Linux VPS

A sudo user lets you manage a Linux VPS without logging in as root for every task. This is safer...

How to secure SSH on a Linux VPS

SSH is the main way to manage a Linux VPS, so it should be secured before the server is used for...

How to check disk usage on a Linux VPS

Disk usage issues can stop updates, backups, logs, databases, and game saves from writing...