Skip to content

Instantly share code, notes, and snippets.

@Sunnepah
Created February 3, 2016 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sunnepah/ebab5fb9a2db0acfd861 to your computer and use it in GitHub Desktop.
Save Sunnepah/ebab5fb9a2db0acfd861 to your computer and use it in GitHub Desktop.
Reset Bitnami Jenkins password
1. SSH to server and edit /opt/bitnami/apps/jenkins/jenkins_home/config.xml
Set disableSignup to false: <disableSignup>false</disableSignup>
2. Restart
/etc/init.d/bitnami restart
3. Sign up via the web interface
4. Edit /opt/bitnami/apps/jenkins/jenkins_home/config.xml
Copy the user permissions for the default user and assign these to the newly signed up user
Set disableSignup to true
5. Restart
/etc/init.d/bitnami restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment