{% extends "base.html" %}
{% block title %}WireGuard - AUTARCH{% endblock %}
{% block content %}
Server Controls
Server Info
| Interface | - |
| Status | - |
| Public Key | - |
| Endpoint | - |
| Listen Port | - |
| Active Peers | - |
Results
Server status will appear here.
Clients
Loading...
Results
Client operations will appear here.
ADB over TCP/IP
Connected ADB Devices
Click Refresh to list connected devices.
USB/IP
Remote USB Devices
Select a client and list devices.
Attached Ports
No attached ports.
Results
ADB/USB/IP operations will appear here.
Server Configuration
| WG Binary | {{ 'Found' if wg_available else 'Not found' }} |
| USB/IP Binary | {{ 'Found' if usbip_status.available else 'Not found' }} |
| vhci-hcd Module | {{ 'Loaded' if usbip_status.modules_loaded else 'Not loaded' }} |
Actions
Results
Settings actions will appear here.
{% endblock %}