aionui-webui-setup

Guides users through configuring AionUi WebUI remote access via the settings interface.

Updated Jul 30, 2026
One-click install
npx skills add https://github.com/executiveusa/SYNTHIA-3.1 --skill aionui-webui-setup-executiveusa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aionui-webui-setup
Source: https://github.com/executiveusa/SYNTHIA-3.1/tree/main/03-brain/apps/control-room/openclaw-logic/synthia-3.0-backend/Synthia-3.0-opensource/AionUi-main/AionUi-main/skills/aionui-webui-setup
Command: npx skills add https://github.com/executiveusa/SYNTHIA-3.1 --skill aionui-webui-setup-executiveusa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Setting up remote browser access to AionUi involves choosing between LAN, Tailscale VPN, and server deployment options, plus handling ports, firewalls, and credentials. This Skill walks users through the entire WebUI configuration using only the AionUi settings interface, eliminating command-line guesswork. ## Core Features & Use Cases - Three Connection Methods: Guides setup for LAN access (same WiFi), Tailscale VPN (cross-network), and server deployment (multi-user, 24/7). - Settings-Interface Workflow: Provides step-by-step instructions for enabling WebUI, allowing remote access, and retrieving access URLs, credentials, and QR-code login. - Troubleshooting & Security: Covers port conflicts, firewall rules, password resets, and HTTPS/Tailscale security recommendations. - Use Case: A user wants to access AionUi on their home PC from a phone on mobile data. The Skill directs them to enable WebUI in settings, install Tailscale on both devices, and log in via the Tailscale IP on port 25808. ## Quick Start Ask the assistant to help you enable AionUi WebUI remote access so you can open it from another device on your network.

Frequently Asked Questions about aionui-webui-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable AionUi WebUI remote access?▼

Open the AionUi settings via the gear icon in the bottom-left corner, select the WebUI option, and toggle on both "Enable WebUI" and "Allow Remote Access". Once the service shows a running status, copy the network access URL and login credentials displayed in the interface.

How to access AionUi from another network without a public IP?▼

Use Tailscale, a VPN tool that requires no public IP or port forwarding. Install and log into Tailscale on both the AionUi machine and the remote device, then access AionUi at http://<Tailscale_IP>:25808 with the credentials shown in the WebUI settings.

What is the default port and username for AionUi WebUI?▼

The default port is 25808 and the default username is admin. The initial password is auto-generated and displayed in the WebUI settings interface on first launch, where it can be copied or reset.

Why can't I access AionUi WebUI remotely after enabling it?▼

First confirm the "Allow Remote Access" toggle is enabled in WebUI settings. Then check firewall rules allow port 25808, verify devices are on the same LAN for local connections, and confirm the correct network IP shown in the settings interface.

Can I change the AionUi WebUI port from 25808?▼

Yes, edit the webui.config.json file in the AionUi config directory for your platform and set a custom port value. After modifying the file, restart the WebUI service from the settings interface for the change to take effect.