Local Network Issue
macOS 15 Sequoia introduced a new security feature called Local Network Privacy, which blocks apps from accessing the local network by default until you manually grant them permission.
If localhost can’t connect to your container port, Licobox may not have network permission yet. We use a local virtual network to establish the connection.
Option 1: Allow local network access in System Settings
Section titled “Option 1: Allow local network access in System Settings”- Open System Settings > Privacy & Security > Local Network.
- Make sure Licobox is enabled.

Option 2: Start Licobox from a terminal
Section titled “Option 2: Start Licobox from a terminal”If the container port is still unreachable, manually start Licobox using a terminal app, and keep the terminal open
- Open the Terminal app.
- Run:
licobox start- Try accessing your container’s port again.