Skip to main content

Quick Install

Run this command on your server:
Requires root access. The script will use sudo automatically.

What Happens

The script will:
  1. Download the latest CatOps Hub
  2. Create catops system user
  3. Install to /opt/catops/
  4. Add user to docker group (for container monitoring)
  5. Set up systemd service
  6. Start the dashboard on port 8090

Installation Options

Custom Port

Enable Auto-updates

Creates a systemd timer that checks for updates daily.

All Options

After Installation

You’ll see:

Updating

To update CatOps Hub to the latest version:
Or if you installed with --auto-update, updates happen daily automatically.

Managing the Service

Open Firewall Port

Make sure port 8090 is accessible:

Supported Systems

Troubleshooting

Check logs:
Common issues:
  • Port already in use - use -p to change port
  • Permission denied - reinstall the script
The install script adds catops user to docker group automatically. If containers still don’t show:
  • Check firewall settings
  • Verify service is running: systemctl status catops-hub
  • Try locally: curl http://localhost:8090