Skip to content

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.

Local network popup permission.

Option 1: Allow local network access in System Settings

Section titled “Option 1: Allow local network access in System Settings”
  1. Open System Settings > Privacy & Security > Local Network.
  2. Make sure Licobox is enabled.

Local Network settings in System Settings.

If the container port is still unreachable, manually start Licobox using a terminal app, and keep the terminal open

  1. Open the Terminal app.
  2. Run:
Terminal window
licobox start
  1. Try accessing your container’s port again.