Remote Access Proxy — Reach any service through your SIMSY connection | SIMSY Developers
Back to tools
Remote Access Proxy

Reach any service over your SIMSY connection

The SIMSY Proxy app turns your API key into a dial-tone for everything on your SIMSY network. Pick a device, pick a port, and the app makes the service available locally on your phone or laptop. No public exposure, no port forwarding, no firewall holes.

One paste, one tap, one local port

1. Paste your API key. The Proxy app authenticates against the SIMSY platform using your API key. The key is stored locally on the device running the app.

2. Pick the device and port. The app lists every SIM and connected device on your account. Select one, choose a port (8080, 22, 11434 — whatever the service is on), and the app opens a tunnel.

3. Connect locally. The tunnel surfaces the remote service on a localhost port. Your tools talk to localhost:8080. The traffic actually rides the SIMSY core to the SIM.

A typical session

step 1 — open the proxy app, paste your API token
SIMSY API token: eyJhbGciOiJI...
✓ Authenticated against api.s-imsy.com
  → 14 endpoints visible
step 2 — pick a device and a port
Device:    rpi-stoke-04        (SIM 8944501912...)
Port:      8080
Local:     127.0.0.1:8080
✓ Tunnel open
step 3 — connect locally
$ curl http://localhost:8080/health
{"status":"ok","uptime_s":428912}

# Behind the scenes:
# curl -> localhost:8080 -> SIMSY Proxy -> SIMSY core -> SIM session -> service

Built for the way developers actually work

No public ports opened on the target device
Authenticated by your SIMSY API key — revoke any time
Works from any phone, laptop, or CI runner with internet
Each device on your account is selectable from the app
TCP and HTTP services supported
Audit log of every session in the SIMSY portal

Want to try the Proxy on your fleet?

Tell us what you're connecting to and we'll set up a developer account, share the app, and walk you through it.

Talk to us