-
-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Self-hosted site monitoring.
Get Started • Downloads • Documentation • Issues
Akeeba Panopticon is a standalone PHP application. You install on a domain or subdomain separate from your sites. You can then use it to monitor and manage all of your sites remotely.
Panopticon is the Open Source alternative to proprietary third party services. With Panopticon you own your data. You don't have to trust a third party with full access to your sites, and your clients' sites. You don't have to pay a third party a fee for every site you monitor.
Currently, it supports Joomla and WordPress sites. Each CMS requires a connector extension to be installed on the monitored site:
- Panopticon Connector for Joomla 3 — Joomla 3.9 and 3.10 only
- Panopticon Connector for Joomla — Joomla 4.x, 5.x, and 6.x
- Panopticon Connector for WordPress — WordPress 5.x and 6.x
Site integrators and web agencies with dozens to hundreds of sites who want to keep their costs under control.
Privacy–minded users with at least a moderate experience in web site management, and likely fewer than a dozen sites, who would rather not rely on a third party service.
The server running Panopticon must meet the following minimum requirements:
- PHP 8.3 or later; PHP 8.4 recommended
- MySQL 5.7.9 or later, or MariaDB 10.3 or later; MySQL 8.0 recommended
- Able to run CRON jobs, either command-line (preferred) or URLs with a frequency of once every minute
The sites being monitored must have the appropriate Panopticon Connector extension installed:
- Joomla 3.9 / 3.10: Panopticon Connector for Joomla 3 — PHP 7.2 or later
- Joomla 4.x / 5.x / 6.x: Panopticon Connector for Joomla — PHP 7.2 or later; the Joomla! API application must not be disabled
- WordPress 5.x / 6.x: Panopticon Connector for WordPress
We are big proponents of sensible automation. As a result, Panopticon is designed with end-to-end automation in mind.
We provide a CLI application for use in scripts and CRON jobs, a JSON API which can be consumed by a plethora of diverse clients, and an MCP server to connect it to AI assistants and LLM chatbots. No matter your use case, Panopticon can help you get things done faster, smarter, and with the minimum amount of human intervention possible.
Panopticon comes with a built-in Command Line Interface (CLI) application. You can use this, for example, to automate site management using shell scripts and configuration tools like Ansible.
You can read more about it in the CLI Reference.
Panopticon ships a self-served read+write JSON API at /api/v1/*, authenticated with API tokens you mint from System ▸ API tokens. You can use the JSON API to pull information into rich dashboards, or take automated and semi-automated actions remotely. For example, you could create a Home Assistant dashboard with the status of your sites, or have a button on your Stream Deck to update all of your sites. The possibilities are endless.
Endpoint groups:
- API Overview — authentication, response envelope, error codes
- Sites — list/create/read/modify, refresh, CMS updates, extensions
- Sysconfig — application configuration parameters
- Tasks — background task CRUD
- Self-update — integrated self-update lifecycle
Panopticon 2.2.0 and later ship with an MCP Server which allows you to manage your site using a Large Language Model (AI) assistant. This works with AI code assistants such as Claude Code, Codex CLI, Gemini CLI, Qwen Code, Mistral Vibe, Antigravity, PhpStorm (and other JetBrains IDEs), and OpenHands, as well as desktop AI assistants such as Claude Desktop, Codex Desktop, and Mistral Vibe desktop.
Note
ChatGPT does not allow the use of authenticated MCP servers. You have to use the Codex Desktop application for chatting with ChatGPT. No coding experience required.
Documentation Copyright ©2023–2025 Akeeba Ltd.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
You can also obtain a copy of the GNU Free Documentation License from the Free Software Foundation
- Overview pages
- Working with sites
- Site Overview
- Backup Management with Akeeba Backup Pro
- Security Management with Admin Tools Pro
- Core File Integrity Check
- Scheduled Update Summary
- Scheduled Action Summary
- Backup Tasks
- Scanner Tasks
- System Configuration
- Managing Sites
- Mail templates
- Web Push Notifications
- Legal Policies
- Users and Groups
- Tasks
- Log files
- Update Panopticon
- Database Backups
- Fixing your session save path
- The .htaccess file
- Advanced Customisation (user code)
- Plugins
- Custom CSS
- Custom Templates
- Advanced Permissions
- .env For Configuration
- API Overview
- Sites endpoints
- Stats & Site Status endpoints
- System configuration endpoints
- Tasks endpoints
- Self-update endpoints