DockFlare/dockflare/app/templates/docs/Accessing-the-Web-UI.md
ChrispyBacon-dev b7879a28bf
Some checks are pending
Docker Image Build and Push / build (push) Waiting to run
docs
2025-08-23 15:52:18 +02:00

1.3 KiB

Accessing the Web UI

Once you have successfully started the DockFlare container, you can access the web UI to manage your settings, view the status of your tunnels, and manually configure ingress rules.

Default URL

By default, the DockFlare web UI is accessible on port 5000. To access it, open your web browser and navigate to the following URL:

http://<your-server-ip>:5000

Replace <your-server-ip> with the IP address of the server where DockFlare is running.

First-Time Setup

The first time you access the web UI, you will be guided by the Pre-Flight Setup Wizard. This wizard will help you with the initial configuration of DockFlare, including setting up a password for the web UI.

Logging In

After the initial setup, you will be presented with a login screen every time you access the web UI. Use the password you created during the setup process to log in.

Disabling Password Login

For advanced use cases, such as placing the DockFlare dashboard behind another authentication proxy (like Cloudflare Access), you can disable the built-in password login. This option is available in the Settings page under the Security section.

Warning: Disabling password login will make your DockFlare dashboard publicly accessible. Only do this if you have another authentication method in place.