[{TableOfContents}]
!Overview
There are 2 special admin pages:
* <wikiurl>/admin/Admin.jsp
* <wikiurl>/admin/SecurityConfig.jsp
See also: [Wiki.Admin.Security]
!Configurations
To enable these you need to add the following to your jspwiki-custom.properties file.
{{{
# Special Admin Pages
jspwiki-x.adminui.enable=true
jspwiki-x.securityconfig.enable=true
}}}
!Admin.jsp
The Admin page provides a list of special tabs that allow for admin of the following areas:
* Core (shows number of pages)
* Users
* Groups
* Editors
* Filters
[https://jspwiki-wiki.apache.org/attach/AdminPages/JSPWiki_Admin.PNG]
!SecurityConfig.jsp
"This page examines JSPWiki's security configuration and tries to determine if it is working the way it should."
A special page that allows visibility into user, group and ACL configuration in the current wiki.
[https://jspwiki-wiki.apache.org/attach/AdminPages/JSPWiki_Security.PNG]
----
[Category.Documentation]