Fathom 접근하기
- 브라우저 열기:
http://<SERVER_IP>:8080 - 관리자 자격 증명이 저장된 위치:
/root/.cloudzy-creds
중요한 파일 및 디렉터리
- Fathom 바이너리 실행 파일:
/usr/local/bin/fathom - 설치 디렉터리:
/opt/fathom - 구성 (환경 변수):
/opt/fathom/.env - 관리자 및 데이터베이스 자격 증명:
/root/.cloudzy-creds - Fathom용 Systemd 서비스 파일:
/etc/systemd/system/fathom.service
관리 서비스
# 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>