# Adding a second admin - only local accounts

**URL:** https://community.jenkins.io/t/adding-a-second-admin-only-local-accounts/8769
**Category:** Ask a question
**Created:** [July 31, 2023, 5:20pm UTC](https://community.jenkins.io/t/adding-a-second-admin-only-local-accounts/8769 "2023-07-31T17:20:56Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![akulbe](https://dub1.discourse-cdn.com/flex013/user_avatar/community.jenkins.io/akulbe/32/5059_2.png) [@akulbe](https://community.jenkins.io/u/akulbe)
#### Post date: [July 31, 2023, 5:20pm UTC](https://community.jenkins.io/t/adding-a-second-admin-only-local-accounts/8769/1 "2023-07-31T17:20:56Z")

</div>

How do you add a second Jenkins admin?

We’re only using local accounts, and not tied in to LDAP or AD at this point. But I’m not seeing the option in the Manage Jenkins \> Users or Manage Jenkins \> Security that makes it obvious how to set up another admin on the instance.

I’ve got 2.416 set up here in my homelab, and 2.401.3 set up for a production instance elsewhere… and in both cases, I cannot see any “Configure Global Security” menu… which is where some search results said to go to. Was this menu deprecated in newer versions of Jenkins?

Thanks.

---

<div class="post-metadata">

### Author: ![NotMyFault](https://dub1.discourse-cdn.com/flex013/user_avatar/community.jenkins.io/notmyfault/32/466_2.png) [@NotMyFault](https://community.jenkins.io/u/NotMyFault)
#### Post date: [July 31, 2023, 5:49pm UTC](https://community.jenkins.io/t/adding-a-second-admin-only-local-accounts/8769/2 "2023-07-31T17:49:11Z")

</div>

> We’re only using local accounts, and not tied in to LDAP or AD at this point. But I’m not seeing the option in the Manage Jenkins \> Users or Manage Jenkins \> Security that makes it obvious how to set up another admin on the instance.

To ease the management of user permissions, you can install the [Matrix Authorization Strategy](https://plugins.jenkins.io/matrix-auth/) plugin.  
It allows you to grant users access to specific actions. Once installed, go to Manage Jenkins → Security → Authorization → Matrix-based security.

A table pops up, you can add users to, and select the permissions they should have, by selecting “Add user…”, entering their user id and selecting “Administer” in the table.  
After saving, the user is another Jenkins admin.

Though it’s worth to note the steps don’t differ even if you use AD, LDAP or something else to feed Jenkins with user accounts.

> I’ve got 2.416 set up here in my homelab, and 2.401.3 set up for a production instance elsewhere… and in both cases, I cannot see any “Configure Global Security” menu

Did you find this reference somewhere within the documentation on [jenkins.io](http://jenkins.io)? If yes, would you mind pointing me where? The configuration option has been renamed to “Security” some time ago.

---

<div class="post-metadata">

### Author: ![akulbe](https://dub1.discourse-cdn.com/flex013/user_avatar/community.jenkins.io/akulbe/32/5059_2.png) [@akulbe](https://community.jenkins.io/u/akulbe)
#### Post date: [July 31, 2023, 11:47pm UTC](https://community.jenkins.io/t/adding-a-second-admin-only-local-accounts/8769/3 "2023-07-31T23:47:26Z")

</div>

Hello @NotMyFault - I tried searching for that Matrix Auth plugin and it doesn’t come up in the search results at all. 🤔

There are _other_ plugins with Matrix occurring in the names, but nothing for Matrix Authorization.

Also, the refs to “Configure Global Security” were in search results, not in the official docs.

---

<div class="post-metadata">

### Author: ![NotMyFault](https://dub1.discourse-cdn.com/flex013/user_avatar/community.jenkins.io/notmyfault/32/466_2.png) [@NotMyFault](https://community.jenkins.io/u/NotMyFault)
#### Post date: [August 1, 2023, 8:28am UTC](https://community.jenkins.io/t/adding-a-second-admin-only-local-accounts/8769/4 "2023-08-01T08:28:47Z")

</div>

If it doesn’t appear in “Available plugins” but in “Installed plugins”, you have it already installed.

---

<div class="post-metadata">

### Author: ![vaithe](https://avatars.discourse-cdn.com/v4/letter/v/9f8e36/32.png) [@vaithe](https://community.jenkins.io/u/vaithe)
#### Post date: [April 18, 2024, 4:01pm UTC](https://community.jenkins.io/t/adding-a-second-admin-only-local-accounts/8769/5 "2024-04-18T16:01:45Z")

</div>

Hi @NotMyFault : I have a case where i have a user(testuser) who is avaliable in ad directory where he is not the admin. But what i did is that i have added that user in manage/configureSecurity/(Project-based Matrix Authorization Strategy) as an administrator.  
Unfortunately still the user is not having the admin privileges. Can you help me if u get some clue here
