{% extends "base.html" %} {% block title %}WireGuard - AUTARCH{% endblock %} {% block content %}
Interface
Checking...
Endpoint
-
Clients
0 total, 0 online
USB/IP
{{ 'Available' if usbip_status.available else 'Not found' }}

Server Controls

Server Info

Interface-
Status-
Public Key-
Endpoint-
Listen Port-
Active Peers-

Recent Peers

Loading...

Results

Server status will appear here.

Create Client

Clients

Loading...

Results

Client operations will appear here.

ADB over TCP/IP

Connected ADB Devices

Click Refresh to list connected devices.

USB/IP

vhci-hcd Module
Unknown
Active Imports
0

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 %}