diff --git a/admin/fpm-status.php b/admin/fpm-status.php
new file mode 100644
index 0000000000..bbe161534f
--- /dev/null
+++ b/admin/fpm-status.php
@@ -0,0 +1,511 @@
+ FPM status is available then under: https://example.org/egroupware/admin/fpm-status.php for logged in EGroupware admins.
+ *
+ * @link https://www.egroupware.org
+ * @package admin
+ * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
+ */
+
+$GLOBALS['egw_info']['flags'] = array(
+ 'noheader' => True,
+ 'nonavbar' => True,
+ 'currentapp' => 'admin'
+);
+include('../header.inc.php');
+
+if ($GLOBALS['egw']->acl->check('info_access',1,'admin'))
+{
+ $GLOBALS['egw']->redirect_link('/index.php');
+}
+?>
+
+
+
+
+
+
+ PHP-FPM status page
+
+
+
+
+
+
+ PHP-FPM real-time status page
+ |
+
+
+
+
+
Pool Status
+
+
Active Processes status
+
+ PID↓ | Start Time | Start Since | Requests Served | Request Duration | Request method | Request URI | Content Length | User | Script |
+
+
Idle Processes status
+
+ PID↓ | Start Time | Start Since | Requests Served | Request Duration | Request method | Request URI | Content Length | User | Script | Last Request %CPU | Last Request Memory |
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file