# ⭐ Recommended Hosts

{% hint style="warning" %}
I**mportant Note for Web Dashboards**

If you plan to host a **web dashboard**, such as **Plex Store**, **Plex Tickets Dashboard**, or **Plex Staff**, and want to use a **custom domain**, please note the following:

* **VPS Required for Reverse Proxy Setup:**\
  To use a custom domain, you will need to configure a reverse proxy (e.g., Nginx or Apache). This configuration typically requires a VPS or similar hosting solution that provides root access.
* **Access via IP Address:**\
  Without a reverse proxy and custom domain setup, the web dashboards will still function but will only be accessible via the server’s IP address rather than a domain.
  {% endhint %}

### **Discord Bot Hosting**

#### 1. **Novonode**

* **Website:** [Novonode](https://billing.novonode.com/aff.php?aff=173)
* **Starting Price:** $1/month

#### 2. **Sparkedhost**

* **Website:** [Sparkedhost](https://billing.sparkedhost.com/aff.php?aff=2635)
* **Starting Price:** $1/month

***

### **VPS Hosting**

#### 1. **Sparkedhost**

* **Website:** [Sparkedhost](https://billing.sparkedhost.com/aff.php?aff=2635)
* **Starting Price:** $5.60/month
* **Why Choose a VPS?**\
  A VPS provides greater flexibility and control compared to bot hosting. With a VPS, you can:
  * Host multiple Discord bots
  * Run web dashboards (e.g., **Plex Store**, **Plex Tickets Dashboard**, **Plex Staff**) with a custom domain.
  * Host other applications or services.

#### 2. **PebbleHost VPS**

* **Website:** [PebbleHost VPS](https://billing.pebblehost.com/aff.php?aff=3696)
* **Starting Price:** $10/month
* **Why Choose a VPS?**\
  A VPS provides greater flexibility and control compared to bot hosting. With a VPS, you can:
  * Host multiple Discord bots
  * Run web dashboards (e.g., **Plex Store**, **Plex Tickets Dashboard**, **Plex Staff**) with a custom domain.
  * Host other applications or services.

#### 1. **Novonode**

* **Website:** [Novonode](https://billing.novonode.com/aff.php?aff=173)
* **Starting Price:** $3.5/month
* **Why Choose a VPS?**\
  A VPS provides greater flexibility and control compared to bot hosting. With a VPS, you can:
  * Host multiple Discord bots
  * Run web dashboards (e.g., **Plex Store**, **Plex Tickets Dashboard**, **Plex Staff**) with a custom domain.
  * Host other applications or services.

{% hint style="info" %}
Some of the links on this page are affiliate links, which means we may earn a commission if you make a purchase — at no additional cost to you.
{% endhint %}


---

# 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.plexdevelopment.net/frequently-asked-questions/recommended-hosts.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.
