# Status Sistem

Halaman status sistem membantu Anda memverifikasi bahwa server Chamilo Anda dikonfigurasi dengan benar dan mengidentifikasi potensi masalah.

## Mengakses Status Sistem

Dari panel administrasi, klik **Status sistem** (atau **Informasi sistem**).

## Apa yang Ditampilkan

![Halaman status sistem yang menunjukkan konfigurasi PHP, status basis data, izin file, dan informasi server](/files/QIo19QcbOrEBt4qtmGR4)

### Konfigurasi PHP

* **Versi PHP** — Chamilo 2.0 membutuhkan PHP 8.2 atau lebih tinggi
* **Ekstensi yang diperlukan** — Memeriksa bahwa semua ekstensi PHP yang diperlukan telah terinstal
* **Pengaturan PHP** — Memverifikasi pengaturan PHP yang penting seperti batas memori, batas unggah, dan waktu eksekusi

### Status Basis Data

* **Koneksi basis data** — Mengonfirmasi bahwa basis data dapat diakses
* **Versi basis data** — Menampilkan versi server basis data

### Izin File

* **Direktori yang dapat ditulis** — Memeriksa bahwa Chamilo dapat menulis ke direktori yang diperlukan (cache, unggahan, log)

### Informasi Server

* **Sistem operasi** — Detail OS server
* **Server web** — Apache, Nginx, atau lainnya
* **Ruang penyimpanan** — Penyimpanan yang tersedia

## Pemeriksaan yang Direkomendasikan

Lakukan pemeriksaan ini secara rutin:

* **Setelah instalasi** — Pastikan semua persyaratan terpenuhi
* **Setelah pembaruan** — Pastikan versi PHP dan ekstensi masih kompatibel
* **Ketika masalah muncul** — Periksa status sistem terlebih dahulu saat menangani masalah


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chamilo.org/2.x-id/panduan-administrasi/admin-guide/maintenance/system-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
