How to configure port mapping in the Docker extension with Portainer in Plesk?

Comments

2 comments

  • Avatar
    erdem çelik

    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.

    1
  • Avatar
    Daniel Regnath

    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!
     

    1

Please sign in to leave a comment.

Have more questions? Submit a request