Toegang tot Fathom
- Open browser:
http://<SERVER_IP>:8080 - Beheerdersgegevens opgeslagen in:
/root/.cloudzy-creds
Belangrijke bestanden en mappen
- Fathom binaire uitvoerbare bestand:
/usr/local/bin/fathom - Installatiemap:
/opt/fathom - Configuratie (omgevingsvariabelen):
/opt/fathom/.env - Beheerder- en databasegegevens:
/root/.cloudzy-creds - Systemd-servicebestand voor Fathom:
/etc/systemd/system/fathom.service
Beheersdiensten
# 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
Extra gebruikers aanmaken
cd /opt/fathom && sudo -u fathom fathom user add --email=<email> --password=<password>