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

Add New Player

Create a new digital signage player with authentication credentials

Basic Information

Friendly name for the player
Unique identifier for this player (must match screen_name in player config)
Physical location of the player (optional)

Authentication

Choose one authentication method (Quick Connect recommended for easy setup)

Secure password for player authentication (optional if using Quick Connect)
Easy pairing code for quick setup (must match quickconnect_key in player config)

Display Settings

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

📋 Setup Instructions

  1. Create the player with the form above
  2. Note the generated Auth Code (shown after creation)
  3. Configure the player's app_config.json with:
    • server_ip: Your server address
    • screen_name: Same as Hostname above
    • quickconnect_key: Same as Quick Connect Code above
  4. Start the player - it will authenticate automatically
Cancel
{% endblock %}