# 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="https://3303548698-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FThJZqK6Woy4I46skzbiC%2Fuploads%2FeODUnCo7yfh7rt8FwGP3%2Fimage.png?alt=media&#x26;token=651a9912-f5b5-42f9-a7da-7ba11daab738" 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.
