Skip to content

Native Install (Debian/Proxmox)

Automated installer for Debian-based systems.

One-Line Install

bash
bash <(curl -s https://raw.githubusercontent.com/DoomedRamen/labitat/main/install.sh)

The installer:

  • Installs Node.js and dependencies
  • Sets up the application
  • Configures a systemd service

After Install

Visit the dashboard URL to create your admin account.

Managing the Service

bash
# View logs
journalctl -u labitat -f

# Restart
systemctl restart labitat

# Stop
systemctl stop labitat

Released under the MIT License.