Version: 1.5.1
Logs
The Docker > Logs page allows you to view container logs (docker logs
) directly from the OpenPanel interface.
Requirements
To access this feature:
- The Docker module must be enabled server-wide by an Administrator.
- Your account must have the Docker feature enabled.
Accessing Logs
- In the OpenPanel menu, go to Docker > Logs.
- Click on Select Container to display a list of all available services.
- Select the service you want to view logs for.
- The log output for the selected container will appear below.
You can optionally adjust the number of log lines shown using the dropdown menu in the top-right corner of the logs panel.
💡 Logs are fetched using
docker logs
and show the real-time output of the container’s stdout and stderr streams.
Was this helpful?