Adgang til Fathom
- Åbn browser:
http://<SERVER_IP>:8080 - Administratoroplysninger gemt i:
/root/.cloudzy-creds
Vigtige filer og mapper
- Fathom binær eksekverbar fil:
/usr/local/bin/fathom - Installationsmappe:
/opt/fathom - Konfiguration (miljøvariabler):
/opt/fathom/.env - Admin- og DB-legitimationsoplysninger:
/root/.cloudzy-creds - Systemd-servicefil til Fathom:
/etc/systemd/system/fathom.service
Administrerende tjenester
# 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
Oprettelse af yderligere brugere
cd /opt/fathom && sudo -u fathom fathom user add --email=<email> --password=<password>