diff --git a/public/API/mainMenu.json b/public/API/mainMenu.json
index f35467312a49ba71b651d53ed9d5b533a4edba58..89033e4b2f2836b86101eb5854b114c0f1ce4fa0 100644
--- a/public/API/mainMenu.json
+++ b/public/API/mainMenu.json
@@ -128,6 +128,33 @@
       }
     ]
   },
+  {
+    "name": "PCs / Server",
+    "url": "#",
+    "type": "dropdown",
+    "childElements": [
+      {
+        "name": "PC",
+        "url": "/systeme/pc.html",
+        "type": "link"
+      },
+      {
+        "name": "NAS",
+        "url": "/systeme/nas.html",
+        "type": "link"
+      },
+      {
+        "name": "HP Server",
+        "url": "/systeme/hpServer.html",
+        "type": "link"
+      },
+      {
+        "name": "Game Server",
+        "url": "/systeme/gameServer.html",
+        "type": "link"
+      }
+    ]
+  },
   {
     "name": "Status",
     "url": "#",