What is the Default Admin user and Password for Jenkins


If you did not set a admin user while setting up Jenkins, you can make use of the default administrator username to login as admin.

To know the password, you will have to follow the below steps.

  1. Open Terminal
  2. Now under your home directory go to the .jenkins folder.
  3. Under .jenkins/secrets/ you should see a file named initialAdminPassword.
  4. Copy the password string from this file and use it as the password to log in.
    % cat /Users/dev/.jenkins/secrets/initialAdminPassword
    
    1a109f2bbe2841d88fa00288f6971141
  5. Sign In to Jenkins using admin user and password
    Logged in as Admin

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org

Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap