Plesk for Linux
ext: docker
Docker
Question
How to configure port mapping in the Docker extension with Portainer?
Answer
Since Plesk Obsidian 18.0.66, the Docker extension allows to launch a Portainer container with just a click.
Portainer is container management software that makes it easier to deploy containers and stacks, view a container’s status and logs, create users and teams, secure your environments, and more! Learn more about Portainer at https://docs.portainer.io/
-
To get started, simply click the Install Portainer button on the Containers tab:
The feature is currently in beta. It was added based on this UserVoice feedback. If you would like to see a feature added to Plesk, be sure to add or vote for the corresponding request on the Plesk UserVoice page.
Comments
2 comments
How to create a user to login with? Installed it but have no idea how to use. Couldn't find information on portainer own documentation to create a user outside of their interface.
Portainer Admin Password Reset – Quick Guide 🚀
Container ID: dce5c1e76dc7
1️⃣ Stop Portainer:
docker stop dce5c1e76dc7
2️⃣ Host directory (where portainer.db is located):
e.g., /home/docker/data
3️⃣ Reset password:
docker run --rm -v /home/docker/data:/data portainer/helper-reset-password
➡ A new admin password will be displayed in the terminal:
2025/03/15 00:22:10 Password successfully updated for user: admin
2025/03/15 00:22:10 Use the following password to login: <new password>
4️⃣ Restart the Docker container:
docker start dce5c1e76dc7
✅ Now log in with admin and the new password at http://<server>:9000!
Please sign in to leave a comment.