How MyOsicam works

One panel. Any number of OScam servers. Up and running in minutes — without touching your existing OScam setup.

Your existing OScam keeps running exactly as-is. MyOsicam adopts the setup you already have — no re-configuration, no migration, no downtime. You get a single pane of glass from day one.

System overview

Architecture diagram: the MyOsicam Panel connects to MyOsicam-operated services above and to Agent+OScam pairs on each server below. Bidirectional arrows show commands flowing down to agents and heartbeat/telemetry flowing back up. A local bidirectional arrow on each server shows the agent reading and writing OScam config, users, and runtime state.
The panel is your control plane. The lightweight Go agent on each server is the bridge between the panel and OScam — purely local, no cloud dependency.

Five steps to a managed OScam fleet

  1. Install the panel

    Run the one-line installer on any Ubuntu 22.04+ or Debian 12+ VPS and the MyOsicam panel is live in minutes. The panel is the control plane — it holds your fleet configuration, license, and operator accounts. Your OScam servers are not touched at this stage.

  2. Install the agent

    From the panel UI, trigger a one-command SSH install on each OScam server. The panel generates a signed install token, connects over SSH, and deploys the lightweight Go agent — no manual steps on the server required. The agent registers itself with the panel over HTTPS and begins sending heartbeats.

  3. Discover & sync

    Once registered, the agent scans the server for running OScam instances. It reads every configuration file, user list, webif settings, and runtime state, then streams a structured snapshot back to the panel. The panel builds an accurate picture of what you already run — all without touching your OScam setup.

  4. Day-one single pane of glass

    Immediately after the agent syncs, every server and every OScam instance you already operate appears in your panel dashboard. Your existing OScam setup keeps running exactly as-is — no re-configuration, no migration, no downtime. You get a single place to see status, connections, readers, and logs across your entire fleet from the first moment.

  5. Changes write back

    When you edit a user, toggle a reader, or change a setting in the panel, the agent applies the change directly on the server — updating the OScam config or user file and triggering a live reload via the WebIF. OScam continues to run independently; the agent is a management layer, not a dependency for OScam's operation.