dashboard

Admin Dashboard

Logged in as {{ username }}
logout Logout
{% if error %}
error {{ error }}
{% endif %} {% if success %}
check_circle {{ success }}
{% endif %}
check_circle Client key copied to clipboard!
settings Server Configuration
IP address or hostname where the server is accessible
Port number (default: 7777)
vpn_key Client Key
{{ client_key }}
info
What is the Client Key?
This key is used by clients to authenticate API requests to the file server. It should be included in the X-Client-Key header for all upload operations. Keep this key secure and don't share it publicly.
{% if qr_code %}
qr_code_2 QR Code for Android App
Configuration QR Code
info
Scan this QR code with the Simple File Upload Android app to automatically configure:
  • Server address: {{ server_address }}
  • Port: {{ server_port }}
  • Client key: (hidden)
{% else %}
warning
Configure server settings to generate QR code
Enter your server address and port above to generate a QR code for the Android app.
{% endif %}
home Home