diff --git a/app/templates/page-menu.php b/app/templates/page-menu.php
index dc9776e..68b6819 100644
--- a/app/templates/page-menu.php
+++ b/app/templates/page-menu.php
@@ -74,6 +74,9 @@
Admin tools
+
+ Admin
+
hasRight($userId, 'superuser') ||
$userObject->hasRight($userId, 'view config file')) {?>
diff --git a/public_html/index.php b/public_html/index.php
index 47d9561..98c5e78 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -141,7 +141,7 @@ $allowed_urls = [
'graphs','latest','livejs','agents',
'profile','credentials','config','security',
'settings','theme','theme-asset',
- 'admin-tools',
+ 'admin', 'admin-tools',
'status',
'help','about',
'login','logout',