ROCKSADSPANEL

Log in with the email and password you registered with.

No account yet? Register on rockads.rockstreamer.com →

 ·  Log out

Servers

Every host that has ever connected to this account. A freshly-connected host gets 30 minutes of full remote management before it needs a purchased license.

HostConnectionAccess
Loading…

Add a Host

Adding a host creates a new channel license and charges your default payment method for one server. You don't name it here — run the command on the machine and it registers itself under its own real hostname, the same way a Nimble server checks in with WMSPanel.

Account

Company
Plan
Channels used

You Avail Licenses

NameStatusConnectionLast Bill DateNext Bill Date
Loading…

Add / Update Payment Method

Saved Payment Methods

CardExpiresDefault
Loading…

Integrating a New Ad Server with RocksAdsPanel

  1. Add a host from the Overview tab — this creates a channel license key and (if payment is set up) charges you for it.
  2. Prepare a Linux x86_64 machine with Docker Engine + Docker Compose v2. Docker Desktop on macOS/Windows is not supported — this stack needs host networking for jitter-sensitive SRT.
  3. Open one inbound port on that machine for your live video feed (default UDP 9000 — see the Downloads tab's security script). No other inbound port is needed; management traffic is outbound-only.
  4. Run the install script (Downloads tab) with your license key. It installs Docker if missing, pulls the channel bundle, and starts it.
  5. Point your encoder/camera at that machine's SRT port.
  6. Confirm it's connected — the license appears "Online" in the My Licenses tab within a few seconds of starting, and you can trigger ad breaks, overlays, and everything else from the Operator Console.

Full requirements and a step-by-step walkthrough are also on the public install guide.

Installation Script

Fully automatic — no git, no manual registry login. Installs Docker if needed, downloads docker-compose.yml directly, fetches a pull-only registry credential using your license key, and starts the channel.

curl -fsSL https://rocksadspanel.rockstreamer.com/downloads/install.sh | bash -s -- <LICENSE_KEY>
Download install.sh

License Script

Check activation status or rotate the license key on an already-installed host.

./license.sh status
./license.sh set <NEW_KEY>
Download license.sh

Security Script

Configures the host firewall: deny all inbound by default, allow SSH and your SRT input port only.

./security.sh 9000
Download security.sh

Products & Pricing

PlanChannelsVASTSCTE-35Web SDKMobile SDKsPrice
Loading…

Licensing Terms & Conditions

⚠ Draft text — this has not been reviewed by counsel and is not yet the binding agreement. Replace this section with reviewed legal terms before relying on it.

1. License grant. Each active channel license grants a non-exclusive, non-transferable right to run one instance of the ad-insertion software, either platform-hosted or self-hosted, for the billing period it's active.

2. Billing. Plans and per-host fees are billed on the cycle shown in "My Licenses." Non-payment may result in the license being suspended.

3. Acceptable use. The service may not be used to insert unlawful, infringing, or fraudulent content.

4. Termination. Either party may terminate a channel license; usage already billed is non-refundable except as required by law.

5. Liability. The service is provided as-is during this build-out phase; no uptime or availability guarantee is made yet.