openhub-webui-setup

Guides configuration of OpenHub WebUI remote access via LAN, Tailscale, or server deployment.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/Grong/openhub-client --skill openhub-webui-setup-grong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openhub-webui-setup
Source: https://github.com/Grong/openhub-client/tree/main/crates/backend/openhub-app/assets/builtin-skills/nomifun-webui-setup
Command: npx skills add https://github.com/Grong/openhub-client --skill openhub-webui-setup-grong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Setting up remote browser access to a local OpenHub desktop instance involves choosing between LAN, VPN, and server deployment paths, plus handling ports, firewalls, and credentials. This Skill walks users through the correct configuration path using the Open Capabilities panel instead of manual config file edits. ## Core Features & Use Cases - Three Connection Paths: Guides users through LAN access, Tailscale VPN cross-network access, and headless server deployment with openhub-web. - Panel-Guided Setup: Provides step-by-step instructions for enabling WebUI and remote access toggles in the Open Capabilities panel, including retrieving URLs, admin credentials, and QR-code login. - Troubleshooting & Security: Diagnoses unreachable services, port conflicts, and firewall issues, and advises on password resets, TLS, and Tailscale for safe exposure. - Use Case: A user wants to access their home OpenHub instance from a phone on mobile data; the Skill directs them to enable remote access in the panel and connect via their Tailscale address. ## Quick Start Help me enable OpenHub WebUI remote access so I can open it from my phone on the same WiFi network.

Frequently Asked Questions about openhub-webui-setup

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

FAQPage Schema
How do I enable OpenHub WebUI remote access?

Open the Open Capabilities panel from the left navigation, find the WebUI remote access section, and toggle on 'Enable WebUI' and 'Allow remote access'. The panel then shows the access URL, admin username, password, and a QR code for mobile login.

How to access OpenHub from another network or mobile data?

Use Tailscale for cross-network access: install Tailscale on both devices, then reach the desktop using its Tailscale IP or hostname with remote access enabled. This avoids exposing the WebUI port to the public internet.

Should I use LAN, Tailscale, or server deployment for OpenHub WebUI?

LAN suits temporary same-WiFi access, Tailscale is recommended for cross-network personal access, and openhub-web server deployment fits multi-user or 24/7 production use. Server deployments should sit behind a TLS reverse proxy with a preset admin password.

Why can't my phone connect to the OpenHub WebUI?

Confirm the remote access service shows running in the Open Capabilities panel, verify both devices share the same LAN or Tailscale network, and check the system firewall is not blocking the listening port. For openhub-web, ensure --host is not bound only to 127.0.0.1.

What is the default OpenHub WebUI port and login?

The default port is 25808 and the default username is admin. The initial password appears in the settings panel on first launch and can be copied or reset from there.