Accessing Fathom
- Open browser:
http://<SERVER_IP>:8080 - Admin credentials stored in:
/root/.cloudzy-creds
Important Files & Directories
- Fathom binary executable:
/usr/local/bin/fathom - Installation directory:
/opt/fathom - Configuration (environment variables):
/opt/fathom/.env - Admin & DB credentials:
/root/.cloudzy-creds - Systemd service file for Fathom:
/etc/systemd/system/fathom.service
Managing Services
# Check service status
systemctl status fathom
# Restart Fathom service
systemctl restart fathom
# Stop Fathom service
systemctl stop fathom
# View real-time logs
journalctl -u fathom.service -f
Creating Additional Users
cd /opt/fathom && sudo -u fathom fathom user add --email=<email> --password=<password>