> For the complete documentation index, see [llms.txt](https://support.racheldian.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.racheldian.com/providers/about-serverpilot.md).

# ServerPilot

[ServerPilot](https://www.serverpilot.io/?refcode=893765b37410) is a webserver management platform for hosting PHP websites like WordPress on a cloud server. You can think of ServerPilot as a modern, centralized hosting control panel.

ServerPilot does not provide servers. Instead, they make it easy to host PHP sites on your own servers. Those servers can be cloud servers, VPSes, or dedicated servers at any provider.

We use ServerPilot for managing our client’s [DigitalOcean servers](/providers/about-digitalocean.md).

### **What ServerPilot Does**

* **Software Installation** – ServerPilot installs all of the special software your server needs, including PHP, MySQL, Nginx, and Apache.
* **Firewall Configuration** – ServerPilot secures your server with an "iptables" firewall.
* **Automatic Updates** – ServerPilot keeps your server’s software updated.
* **Simple Control Panel** – ServerPilot’s control panel makes it easy to host multiple sites on a server, manage databases, change PHP versions, deploy SSL, and more.
* **AutoSSL** – With AutoSSL, ServerPilot enables free SSL certificates for your apps' domains. We typically use [Cloudflare](/providers/about-cloudflare.md)'s SSL instead though.
* **Stats and Monitoring** – ServerPilot provides stats and monitoring for your servers and apps. This is also available through [DigitalOcean](/providers/about-digitalocean.md).
* **Professional PHP and WordPress Hosting** – ServerPilot’s provides everything you need for secure, reliable hosting on your server.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://support.racheldian.com/providers/about-serverpilot.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.
