aionui-webui-setup

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

Updated Aug 19, 2026
One-click install
npx skills add https://github.com/Dhanuzh/DCode-Core --skill aionui-webui-setup-dhanuzh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aionui-webui-setup
Source: https://github.com/Dhanuzh/DCode-Core/tree/main/crates/dcode-app/assets/builtin-skills/aionui-webui-setup
Command: npx skills add https://github.com/Dhanuzh/DCode-Core --skill aionui-webui-setup-dhanuzh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Setting up remote browser access to DCode involves choosing between LAN, Tailscale VPN, and server deployment, plus handling ports, firewalls, and credentials. This Skill guides users through the entire WebUI configuration using the DCode settings interface, eliminating command-line guesswork. ## Core Features & Use Cases - Three Connection Methods: Step-by-step guidance for LAN access, Tailscale VPN cross-network access, and server deployment with systemd or LaunchAgent. - Settings Interface Walkthrough: Directs users to enable WebUI, allow remote access, copy access URLs and credentials, and use QR code login. - Troubleshooting & Security: Diagnoses port conflicts, firewall issues, and service startup failures, with advice on password resets and HTTPS. - Use Case: A user wants to access DCode from their phone while away from home. The Skill identifies the cross-network scenario, walks them through installing Tailscale on both devices, and provides the access URL and login credentials from the settings interface. ## Quick Start Help me set up DCode WebUI so I can access it remotely from my phone.

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 DCode WebUI for remote access?

Open the DCode settings interface by clicking the gear icon, select the WebUI option, and toggle on Enable WebUI. Then toggle on Allow Remote Access and wait for the running status indicator to appear.

How do I access DCode WebUI from another network?

Use Tailscale for cross-network access. Install Tailscale on both the DCode machine and the remote device, log in with the same account, then browse to the Tailscale IP on port 25808.

What is the default port and login for DCode WebUI?

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

Why can't I access DCode WebUI remotely?

Confirm the Allow Remote Access toggle is enabled in the WebUI settings. Then check firewall rules for port 25808, verify both devices are on the same LAN, and confirm the network access address shown in the settings interface.

How do I reset a forgotten DCode WebUI password?

Open the WebUI settings interface and find the login information section. Click the reset icon next to the password field to generate and display a new password, which you can copy directly.

Can I change the default DCode WebUI port?

Yes, edit the webui.config.json file in the platform-specific config directory and set a custom port value. Restart the WebUI service from the settings interface for the change to take effect.