🐧 Install with Yum / Dnf / Apt

Install MyHomeGames Server from the Cloudsmith package repositories

← Back to MyHomeGames home

On Linux you can install the server with your distribution package manager instead of downloading a .tar.gz / .deb / .rpm from GitHub Releases. Packages are published to Cloudsmith on each release (amd64 / x86_64).

After install, the server lives under /opt/myhomegames-server and the myhomegames-server command is available in /usr/bin.

APT (Debian / Ubuntu)

Add the repository, then install:

curl -sLf 'https://dl.cloudsmith.io/public/myhomegames/myhomegames-server/cfg/setup/bash.deb.sh' | sudo bash
sudo apt-get update
sudo apt-get install myhomegames-server

Upgrade later with:

sudo apt-get update
sudo apt-get install --only-upgrade myhomegames-server

Remove with:

sudo apt-get remove myhomegames-server

YUM / DNF (RHEL / Alma / Rocky / Fedora)

Add the repository, then install:

curl -sLf 'https://dl.cloudsmith.io/public/myhomegames/myhomegames-server/cfg/setup/bash.rpm.sh' | sudo bash
sudo dnf makecache
sudo dnf install myhomegames-server

On systems that still use yum:

sudo yum makecache
sudo yum install myhomegames-server

Upgrade later with:

sudo dnf upgrade myhomegames-server

Remove with:

sudo dnf remove myhomegames-server

After installation

  1. Start the server (myhomegames-server or your distro service, if configured).
  2. Open the web app from myhomegames.vige.it or your local/tunnel URL.

Prefer a portable archive instead? View all GitHub releases.