Jenkins on AWS - unable to launch jenkins URL

0 votes

Hi,

I installed Jenkins in my AWS cloud account, however, I was able to launch Jenkins URL then updated user information, after I enter admin username and password, the page is not displaying.

Dec 14, 2018 in Puppet by Hannah
• 18,570 points
690 views

1 answer to this question.

0 votes

Looks like you are able to login to Jenkins after that you are not able to see the dashboard, this is may be due to some network issue so please refresh the page again or you might be entering a wrong username and password. In that case, you can recover this password by disabling security.

Please find the below steps to reset admin password:

1. cd /var/lib/jenkins

2. nano config.xml

3. Change "<userSecurity>true</userSecurity>" 

                        to

                  "<userSecurity>false</userSecurity>" 

4. Restart jenkins again: sudo systemctl restart Jenkins

Then login to the Jenkins UI and set up the admin user with new password and re-enable the security i.e. reverse the config file and restart the Jenkins.

answered Dec 16, 2018 by Kiyara

Related Questions In Puppet

+1 vote
1 answer
+2 votes
1 answer

How do I trigger the puppet agent on slave to install docker using jenkins?

Hey @Mercy, you will have to write ...READ MORE

answered Aug 17, 2020 in Puppet by Karan
• 19,610 points
1,045 views
0 votes
1 answer
0 votes
1 answer

How to Install Puppet on CentOS?

You need two nodes for Puppet to ...READ MORE

answered Feb 27, 2019 in Puppet by Avinash
516 views
0 votes
1 answer

Is it possible to install puppet agent in a docker container on linux?

Hey @Janice, this is pretty simple. Create ...READ MORE

answered Mar 12, 2019 in Puppet by Jason
1,317 views
+1 vote
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,439 views
+1 vote
1 answer

Steps to trigger puppet agent from jenkins

Heyy @Hannah,  First, you need to create Jenkins slave, ...READ MORE

answered Dec 16, 2018 in Puppet by Kiyara
3,511 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP