Commands¶
Send commands to player devices from the CMS for remote management and control.
Overview¶
Commands allow you to remotely control display hardware and the player application, such as rebooting devices, adjusting volume, or switching inputs.
Predefined Commands¶
- Navigate to Displays > Commands
- View or add available commands
Sending Commands¶
To a Single Display¶
- Go to the Displays grid
- Open the display's row menu
- Select Send Command
- Choose the command to send
- The command executes on the next player sync
Via Schedule¶
Commands can be scheduled:
- Create a schedule event with type Command
- Select the command
- Assign to displays
- Set the timing
Common Commands¶
| Command | Description |
|---|---|
| Reboot | Restart the player device |
| Screenshot | Capture the current screen |
| Restart Player | Restart only the player app |
| Volume Up/Down | Adjust audio volume |
| HDMI Input | Switch input source |
Custom Commands¶
Administrators can create custom shell commands:
- Go to Displays > Commands
- Click Add Command
- Configure:
- Name - Command name
- Command String - Shell command to execute
- Validation - Expected response
Warning
Custom shell commands execute on the player device with the player's permissions. Test thoroughly before deploying.