Access Portainer
- Access Portainer in your web browser:
https://<SERVER-IP>:9443 - Accept SSL warning (self-signed certificate).
- Immediately create the initial administrator user.
Ports Used
- Portainer HTTPS Dashboard: 9443
- Edge Agent Edge Compute: 8000
Important Paths
- Install directory:
/root/portainer - Docker Compose file:
/root/portainr/docker-compose.yml - Docker socket mount:
/var/run/docker.sock - Data volume:
/var/lib/docker/volumes/portainer_data
Managing the Service
cd /root/portainer
docker compose ps # Check running containers
docker compose logs -f # Follow logs
docker compose restart # Restart
