# BlueBubbles Server Opens to a Blank White Screen

### What's the problem?

The BlueBubbles Server may open to a blank white screen (no UI). This will prevent you from setting up the server and/or interacting with it.

Here is what the issue would look like:

<figure><img src="/files/NJNMvukz6hx0JjTJxHaa" alt=""><figcaption></figcaption></figure>

### What's the cause?

This is an environmental issue caused by some sort of conflict between Electron's network  & OpenCore. Electron is the framework the server uses to run, and for whatever reason, some users run into an issue where the server's UI is rendered useless when SIP is disabled.

From what has been reported to us, this only occurs in environments that meet the following criteria:

* macOS Ventura+
* SIP disabled through OpenCore

### How can I fix this?

The fix for this should be pretty straightforward, and involves adding an additional boot-arg to your OpenCore deployed Mac.

In your `config.plist` add the following to your boot arguments under `NVRAM>Add7C436110-AB2A-4BBB-A880-FE41995C9F82`

* `boot-args | string | ipc_control_port_options=0`

Finally, reboot your Mac and the issue should be fixed.


---

# 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.bluebubbles.app/server/troubleshooting-guides/bluebubbles-server-opens-to-a-blank-white-screen.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.
