Skip to content
Discussion options

You must be logged in to vote

OpenACP has built-in tunneling to expose local ports to the internet and view files remotely via Monaco Editor.

Configure tunnel in ~/.openacp/config.json:

{
  "tunnel": {
    "enabled": true,
    "port": 3100,
    "provider": "cloudflare",
    "maxUserTunnels": 5,
    "storeTtlMinutes": 60,
    "auth": {
      "enabled": false
    }
  }
}
  • provider: Choose cloudflare (default), ngrok, bore, or tailscale
  • port: Local port to expose (default: 3100)
  • maxUserTunnels: Maximum tunnels per user (default: 5)
  • storeTtlMinutes: How long to keep tunnel info (default: 60 minutes)

CLI commands:

openacp tunnel add 3100              # Create tunnel on port 3100
openacp tunnel add 8080 --label dev  # Crea…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 0xMag1ci4n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants