How to have multiple admins?

I would like to have a multi-admin pi-hole system.
Also, I want the admins to be able to have different adblock settings.
I see how block-groups are mapped to client-ip's ; can the same mapping be done for an admin-user?
I appreciate any pointers on how to achieve that.

Also, there is good documentation on how to use it; however, there is no info on the codebase.
Does the code follow any framework?
Coming from a PHP framework user background I am having hard time following how urls are formed and navigated etc and how to go about if I need to modify something.
For example, if I want to have dashboard at your-ip/admin-user/admin instead of just your-ip/admin how should I go about it?

Thanks for reading.

This is not something built-in to Pi-hole. If you want to do this, you will have to modify your local code.

Our code for the web admin part of Pi-hole is here:

1 Like

You can vote here

1 Like

Thanks for the pointer @jfb
Is there some info/documentation available on how the original ColorlibHQ/AdminLTE is integrated into the pi-hole backend?
Because the original AdminLTE is just front-end (has no php); wheres the pi-hole/AdminLTE repo has php code.
I think understanding that part can help me figure out the required changes.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.