Access
Open URL: http://<SERVER_IP>:9998
Login with:
- Username:
admin - Password:
admin
Change the default password after first login
Important Files & Directories
- Install Path:
/root/fredy - Compose File:
/root/fredy/docker-compose.yml - Config Directory:
/root/fredy/conf - Database Directory:
/root/fredy/db
Service Management
View status:
cd /root/fredy
docker compose ps
View logs:
cd /root/fredy
docker compose logs -f
Restart service:
cd /root/fredy
docker compose restart
Stop service:
cd /root/fredy
docker compose down
Start service:
cd /root/fredy
docker compose up -d
Notes
- Fredy runs entirely in Docker
- The web interface listens on port
9998 - Default credentials are
admin/admin - Configuration is stored in
/root/fredy/conf - Application data is stored in
/root/fredy/db - Resource limits are configured to cap container memory usage at 1 GB
- A Docker health check is configured for automatic health monitoring