Accessing Fathom
- Open browser:
http://<SERVER_IP>:8080 - 管理者の認証情報の保存場所:
/root/.cloudzy-creds
主要なファイルとディレクトリ
- Fathom バイナリ実行ファイル:
/usr/local/bin/fathom - Installation directory:
/opt/fathom - 設定(環境変数):
/opt/fathom/.env - Admin & DB credentials:
/root/.cloudzy-creds - Fathom の systemd サービスファイル:
/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
追加ユーザーの作成
cd /opt/fathom && sudo -u fathom fathom user add --email=<email> --password=<password>