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

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!