{% extends "base.html" %} {% block title %}Add Player - DigiServer v2{% endblock %} {% block content %}

Add New Player with SSH Deployment

Create a new digital signage player with automatic code deployment via SSH

🔌 SSH Connection Setup

First, test SSH connection to the target host for player deployment

IP address or hostname of the target machine
SSH port (default: 22)
SSH login username
SSH login password

Basic Information

Friendly name for the player
Unique identifier for this player
Physical location of the player (optional)

Authentication

Quick Connect recommended for easy setup

Secure password (optional if using Quick Connect)
Easy pairing code for quick setup

Display Settings

Display orientation for the player
Assign player to a playlist (optional)

📋 What Happens Next

  1. Player Creation: Player record created with Auth Code
  2. Code Deployment: Player code from Kiwy-Signage repository deployed to target host
  3. Installation: Installation scripts executed on remote host
  4. Configuration: Configure app_config.json with Auth Code provided
{% endblock %}