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
- Start the server (
myhomegames-serveror your distro service, if configured). - Open the web app from myhomegames.vige.it or your local/tunnel URL.
Prefer a portable archive instead? View all GitHub releases.