How to reset your Portainer admin password

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ก.ค. 2024
  • Struggling to reset your Portainer admin password? In this tutorial, we'll walk you through the steps to reset your password and regain access to your Portainer account. We'll cover how to reset your password using both the web UI and command-line interface (CLI). Follow the step-by-step guide here: www.techrepublic.com/article/...
    Read more like this: www.techrepublic.com/topic/de...
    EDITOR'S NOTE: This content was originally published June 2023 on TechRepublic. This information may be outdated depending on time of viewing.
    Commands:
    docker ps.
    docker stop ID
    docker pull portainer/helper-reset-password
    docker run --rm -v portainer_data:/data portainer/helper-reset-password
    docker start ID
    Footage courtesy of TechRepublic.
    ➤ CHAPTERS
    0:00 - Intro
    0:21 - Tutorial
    1:35 - Watch other videos!
    Written by: Jack Wallen
    Hosted by: Jack Wallen
    Edited by: Miguel Potestades
    ➤ OUR WEBSITE:
    techrepublic.com/?...
    ➤ MORE VIDEOS: techrepublic.com/videos/?utm_...
    ➤ LINKEDIN: / techrepublic
    ➤ TWITTER: / techrepublic
    ➤ FACEBOOK: / techrepublic
    ➤ FLIPBOARD: flipboard.com/@TechRepublic
  • แนวปฏิบัติและการใช้ชีวิต

ความคิดเห็น • 11

  • @VincentDryade
    @VincentDryade 4 หลายเดือนก่อน

    worked perfectly , fast and easy, thank u

  • @NitrousQBN
    @NitrousQBN 6 หลายเดือนก่อน

    Huge help, thanks!

  • @rollerine
    @rollerine 5 หลายเดือนก่อน

    thank you so much you really helped me

  • @mertbozkir
    @mertbozkir หลายเดือนก่อน

    thank you so muchhhhh!

  • @rollerine
    @rollerine 5 หลายเดือนก่อน +1

    HI. For asustor user the correct final string is:
    docker run --rm -v /volume1/Docker/PortainerCE/data/:/data portainer/helper-reset-password volume1 indicates the volume where docker is installed

    • @immyth0s
      @immyth0s หลายเดือนก่อน

      for me works docker run --rm -v /volume1/Docker/Portainer-Docker/:/data portainer/helper-reset-password

    • @Debunked421
      @Debunked421 หลายเดือนก่อน

      @@immyth0s Thanks this helped

  • @AlihannKuru
    @AlihannKuru 4 หลายเดือนก่อน +2

    Unable to locate /data/portainer.db on disk giving this error

  • @MatheusMontenegro07
    @MatheusMontenegro07 3 หลายเดือนก่อน

    I would like to know why my portainer always reset and not stop. Can you give me some suggestion?

  • @DonizeteQueiroz
    @DonizeteQueiroz 18 วันที่ผ่านมา

    meu nao parava porque uso swarp resolvi assim
    docker stack rm portainer
    docker ps
    docker pull portainer/helper-reset-password
    docker run --rm -v portainer_data:/data portainer/helper-reset-password
    docker ps
    docker stack deploy -c portainer.yml portainer