> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/administration-guide/admin-guide/maintenance/system-status.md).

# System Status

The system status page helps you verify that your Chamilo server is correctly configured and identify potential issues.

## Accessing System Status

From the administration panel, click **System status** (or **System information**).

## What It Shows

![The system status page showing PHP configuration, database status, file permissions, and server information](https://2111850333-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fti3Ac0vWGXg7lrHAYz3r%2Fuploads%2Fgit-blob-ecc75d2db08cc23164fa5c87f70b1ea9d64850a7%2Fadmin-system-status.png?alt=media)

### PHP Configuration

* **PHP version** — Chamilo 3.0 supports PHP 8.3, 8.4, and 8.5
* **Required extensions** — Checks that all necessary PHP extensions are installed
* **PHP settings** — Verifies important PHP settings like memory limit, upload limits, and execution time

### Database Status

* **Database connection** — Confirms the database is accessible
* **Database version** — Shows the database server version

### File Permissions

* **Writable directories** — Checks that Chamilo can write to required directories (cache, uploads, logs)

### Server Information

* **Operating system** — Server OS details
* **Web server** — Apache, Nginx, or other
* **Disk space** — Available storage

## Recommended Checks

Perform these checks regularly:

* **After installation** — Verify all requirements are met
* **After upgrades** — Ensure PHP version and extensions are still compatible
* **When issues arise** — Check system status first when troubleshooting problems
