Skip to main content
The Hub binary is installed at /opt/catops/catops-hub.

serve

Start the Hub server.
/opt/catops/catops-hub serve
Options:
FlagDescriptionDefault
--httpAddress and port0.0.0.0:8090
Example with custom port:
/opt/catops/catops-hub serve --http 0.0.0.0:9000
The systemd service runs this command automatically. You don’t need to run it manually.

version

Show the current version.
/opt/catops/catops-hub version
Or:
/opt/catops/catops-hub --version

update

Update to the latest version using the update script:
curl -fsSL https://get.catops.app/update-hub.sh | sh
If you installed with --auto-update, updates happen daily automatically.

deactivate

Remove the license from this server.
sudo -u catops /opt/catops/catops-hub deactivate
Use this when:
  • Moving your license to another server
  • Before uninstalling Hub
After deactivation, you’ll need to enter a license key again to use Hub.