Access
- Open your browser and navigate to:
https://<server-ip> - Accept SSL warning (self-signed certificate).
- Default credentials:
admin/admin - You will be required to change the password on your first login.
Important Files and Directories
- Main OpenProject setup:
/root/openproject/ - Persistent data and uploads:
/root/openproject/assets/ - Nginx configuration:
/etc/nginx/sites-available/ - SSL certificates:
/etc/nginx/ssl/ - Environment configuration:
/root/openproject/.env
Service Management
cd /root/openproject
docker compose ps # Check running containers
docker compose restart # Restart services
docker compose down # Stop and remove containers
docker compose up -d # Recreate and start services