> For the complete documentation index, see [llms.txt](https://docs.bluebubbles.app/server/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluebubbles.app/server/advanced/byo-proxy-service-guides/nginx-proxy-manager.md).

# Nginx Proxy Manager

### Requirements

* NGINX Proxy Manager with port 80 and 443 forwarded properly
* Bluebubbles server running and accessible from the machine which is running NGINX

### How to

1. Set Proxy Service to Dynamic DNS. Set your hostname to be `https://bb.yourdomain.com`
   * **Keep `Use Custom Certificate` off**
   * Ensure the local port is 1234
2. Add a new Proxy Host in NGINX
   1. Set the domain name to `bb.yourdomain.com`
   2. Set scheme to `http`
   3. Set Forward Hostname / IP to the IP address of your mac
   4. Set Forward Port to `1234`
   5. Turn on `Block Common Exploits` & `Websocket Support`
   6. Click on the SSL Tab
   7. Click on the dropdown and select `Request a new SSL Certificate`
   8. Check all 4 options
3. Your Bluebubbles instance should now be accessible at `https://bb.yourdomain.com` !

![SSL Settings](/files/48OMlT8B5OVuUr6plKuO)

![Connection Settings](/files/MCRVyMtzlG3hU1YOutj8)

![Proxy Host](/files/DZTbven9PqdjQ6c3e7gX)

#### Credit

Guide created by @pablito in the BlueBubbles Discord


---

# 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://docs.bluebubbles.app/server/advanced/byo-proxy-service-guides/nginx-proxy-manager.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.
