Jenkins failed to start - Verify that you have sufficient privileges to start system services Jenkins failed to start - Verify that you have sufficient privileges to start system services jenkins jenkins

Jenkins failed to start - Verify that you have sufficient privileges to start system services


Important: If you retried the installation too many times, skip down to "Option 2". The local user account that runs Jenkins may be locked. You will need to unlock that account before attempting either fix below.


This is how I fixed the problem.

Option 1: Re-enter credentials for jenkins user

Please read it all before executing and follow the steps in order:

  1. Delete any Jenkins installation leftovers you currently have
  2. Start the installation process, input your credentials when asked, and continue with the on-screen instructions (including choosing the JDK folder) up until the point where the error is raised.
  3. When the error is raised, >>> DO NOT DO ANYTHING! <<< leave it as it is shown in my question
  4. Now (and only now), open "Services"
  5. Search for the "Jenkins" service. It should be set to "Automatic", but it might be "Disabled"enter image description here
  6. Open the "Jenkins" properties, and go to the "Log On" tabenter image description here
  7. Make sure you choose the "This account" radio button, delete the account name and password fields, and enter them AGAIN
  8. Click "Apply"
  9. Go back to the installer and click "Retry"

If everything is according to plan - The installation will now continue without a problem.

This method was tested on a local and VM / AWS computer and worked!

If you still encounter a problem, try changing the startup in step 5 to "Automatic" and make sure you only open "Services" on step 4. "Services" will not update while it is open.

Option 2: Unlock jenkins user account and manually start service

If you encounter the "Service 'Jenkins' failed to start" error too many times, the account on your computer that should run Jenkins will become locked. You will need to unlock that local account first. Keep the Jenkins installation window open with the error message, and then perform the following steps:

  1. Open the "Local Users and Groups" application.
  2. Go into the "Users" folder.
  3. Right-click on the user who will run the Jenkins service, and click "Properties".
  4. Uncheck "Account is locked out". And while you are at it, make sure "Account is disabled" is unchecked as well.
  5. Click OK.
  6. Open the "Services" app on your computer.
  7. Make sure the Jenkins service is set to start automatically.
  8. Right-click the Jenkins service and click "Start". The service should start successfully.
  9. Switch back to the Jenkins installation window with the "insufficient privileges" message still showing.
  10. Click the "Retry" button in the "insufficient privileges" message box. The installer should recognize that the Jenkins service has started.

You should be able to finish the installation.


For me wasn't working because java installed was jre-8u301-windows-x64.exe

I installed x86, jdk-8u301-windows-i586.exe and it worked