Skip to Content
SettingsRenderers

Renderers

The Renderer service generates the visual output that display devices show. By default, Inspire includes a single Renderer instance. You can add more instances for horizontal scaling and load balancing across large deployments.

Navigate to Settings > Renderers to manage Renderer instances.

Requires the Admin role and the DIRECT_RENDERER entitlement (Professional plan and above).

Cluster Overview

The top of the page shows four summary cards:

MetricDescription
InstancesTotal number of configured Renderer instances
HealthyHow many instances are reachable (e.g. “2/3”)
EndpointsTotal active endpoints across all instances
ClientsTotal connected display clients across all instances

Instance Health

Each Renderer card shows real-time health metrics when the instance is reachable:

MetricDescription
CPUCurrent CPU utilisation (amber above 80%)
MemoryMemory usage in MB (amber above 2 GB)
EndpointsNumber of active endpoints on this instance
ClientsNumber of connected display clients
UptimeHow long the instance has been running

Health data auto-refreshes every 60 seconds. Click Refresh to manually update.

Unreachable instances show an “Offline” badge and a message to check the service.

Connection Modes

Each Renderer instance has a connection mode:

ModeDescription
ProxyDisplay traffic routes through the Edge server. Simpler to set up — no public URL needed.
DirectDisplays connect to the Renderer’s public URL directly for lower latency. Falls back to Edge automatically if the Renderer is unreachable.

Direct mode requires setting a Public URL that display devices can reach.

Adding a Renderer Instance

  1. Enter the internal address of the Renderer (e.g. http://renderer-2:8080)
  2. Optionally enter a Public URL for direct connections (e.g. https://renderer-2.example.com)
  3. Select the connection mode (Proxy or Direct)
  4. Click Test to verify connectivity before adding
  5. Click Add to register the instance

The test checks whether Edge can reach the Renderer at the given address and reports the Renderer version if successful.

Editing a Renderer Instance

Each instance card has editable fields for the public URL and connection mode. Change the values and click Save to update. Click Discard to revert.

Removing a Renderer Instance

Click the delete icon on any instance card. You cannot remove the last remaining instance — at least one Renderer must always be configured.

Removing a Renderer instance while it has active clients will cause those clients to reconnect to another available instance. There may be a brief interruption.

Scaling Guidance

Deployment SizeRecommendation
Up to 50 endpointsSingle Renderer instance is sufficient
50-200 endpointsAdd a second instance for redundancy
200+ endpointsScale horizontally — one instance per 100-150 endpoints

Each Renderer is stateless. New instances can be added or removed at any time without downtime. Edge automatically load-balances endpoints across available instances.

Last updated on