Can not access web ui #1644

Closed
opened 2026-04-05 19:38:17 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @gilbrotheraway on 4/4/2025

i set up everything as explained in the docs with example configs exactly as described, double checked on noted.lol and other internet guides yet I can't access the web ui

now why is it not even accessible locally, are you supposed to expose the control panel to the internet by default?

why use traefik when it's the worst option of ALL the main ones including caddy(which are also much lighter and have more plugins)

fosrl/pangolin@0.0.0 start
> NODE_OPTIONS=--enable-source-maps NODE_ENV=development ENVIRONMENT=prod sh -c 'node dist/migrations.mjs && node dist/server.mjs'
Starting migrations from version 1.1.0
Migrations to run: 
All migrations completed successfully
2025-04-04T12:39:01.301Z [info]: Server admin (...) already exists
2025-04-04T12:39:01.768Z [info]: API server is running on http://localhost:3000
2025-04-04T12:39:01.768Z [info]: Internal server is running on http://localhost:3001
2025-04-04T12:39:02.478Z [info]: Next.js server is running on http://localhost:3002
INFO: 2025/04/04 12:39:02 Fetching remote config from http://pangolin:3001/api/v1/gerbil/get-config
INFO: 2025/04/04 12:39:02 Created WireGuard interface wg0
INFO: 2025/04/04 12:39:02 Assigned IP address 100.89.128.1/24 to interface wg0
INFO: 2025/04/04 12:39:02 Attempting to delete existing MSS clamping rule for chain INPUT
INFO: 2025/04/04 12:39:02 Attempting to delete existing MSS clamping rule for chain OUTPUT
INFO: 2025/04/04 12:39:02 Attempting to delete existing MSS clamping rule for chain FORWARD
INFO: 2025/04/04 12:39:02 Adding MSS clamping rule for chain INPUT
INFO: 2025/04/04 12:39:02 Successfully added and verified MSS clamping rule for chain INPUT
INFO: 2025/04/04 12:39:02 Adding MSS clamping rule for chain OUTPUT
INFO: 2025/04/04 12:39:02 Successfully added and verified MSS clamping rule for chain OUTPUT
INFO: 2025/04/04 12:39:02 Adding MSS clamping rule for chain FORWARD
INFO: 2025/04/04 12:39:02 Successfully added and verified MSS clamping rule for chain FORWARD
INFO: 2025/04/04 12:39:02 WireGuard interface wg0 created and configured
INFO: 2025/04/04 12:39:02 Starting server on :3003
2025-04-04T12:39:03Z INF Traefik version 3.3.3 built on 2025-01-31T14:54:58Z version=3.3.3
2025-04-04T12:39:03Z INF 
Stats collection is disabled.
Help us improve Traefik by turning this feature on :)
More details on: https://doc.traefik.io/traefik/contributing/data-collection/
2025-04-04T12:39:03Z INF Loading plugins... plugins=["badger"]
2025-04-04T12:39:04Z INF Plugins loaded. plugins=["badger"]
2025-04-04T12:39:04Z INF Starting provider aggregator *aggregator.ProviderAggregator
2025-04-04T12:39:04Z INF Starting provider *file.Provider
2025-04-04T12:39:04Z INF Starting provider *traefik.Provider
2025-04-04T12:39:04Z INF Starting provider *acme.ChallengeTLSALPN
2025-04-04T12:39:04Z INF Starting provider *http.Provider
2025-04-04T12:39:04Z INF Starting provider *acme.Provider
2025-04-04T12:39:04Z INF Testing certificate renew... acmeCA=https://acme-v02.api.letsencrypt.org/directory providerName=letsencrypt.acme
2025-04-04T12:39:10Z INF Register... providerName=letsencrypt.acme
*Originally created by @gilbrotheraway on 4/4/2025* i set up everything as explained in the docs with example configs exactly as described, double checked on noted.lol and other internet guides yet I can't access the web ui now why is it not even accessible locally, are you supposed to expose the control panel to the internet by default? why use traefik when it's the worst option of [ALL](https://m.youtube.com/watch?v=h-ygQbBROXY) the main ones including caddy(which are also much lighter and have more plugins) ``` fosrl/pangolin@0.0.0 start > NODE_OPTIONS=--enable-source-maps NODE_ENV=development ENVIRONMENT=prod sh -c 'node dist/migrations.mjs && node dist/server.mjs' Starting migrations from version 1.1.0 Migrations to run: All migrations completed successfully 2025-04-04T12:39:01.301Z [info]: Server admin (...) already exists 2025-04-04T12:39:01.768Z [info]: API server is running on http://localhost:3000 2025-04-04T12:39:01.768Z [info]: Internal server is running on http://localhost:3001 2025-04-04T12:39:02.478Z [info]: Next.js server is running on http://localhost:3002 INFO: 2025/04/04 12:39:02 Fetching remote config from http://pangolin:3001/api/v1/gerbil/get-config INFO: 2025/04/04 12:39:02 Created WireGuard interface wg0 INFO: 2025/04/04 12:39:02 Assigned IP address 100.89.128.1/24 to interface wg0 INFO: 2025/04/04 12:39:02 Attempting to delete existing MSS clamping rule for chain INPUT INFO: 2025/04/04 12:39:02 Attempting to delete existing MSS clamping rule for chain OUTPUT INFO: 2025/04/04 12:39:02 Attempting to delete existing MSS clamping rule for chain FORWARD INFO: 2025/04/04 12:39:02 Adding MSS clamping rule for chain INPUT INFO: 2025/04/04 12:39:02 Successfully added and verified MSS clamping rule for chain INPUT INFO: 2025/04/04 12:39:02 Adding MSS clamping rule for chain OUTPUT INFO: 2025/04/04 12:39:02 Successfully added and verified MSS clamping rule for chain OUTPUT INFO: 2025/04/04 12:39:02 Adding MSS clamping rule for chain FORWARD INFO: 2025/04/04 12:39:02 Successfully added and verified MSS clamping rule for chain FORWARD INFO: 2025/04/04 12:39:02 WireGuard interface wg0 created and configured INFO: 2025/04/04 12:39:02 Starting server on :3003 2025-04-04T12:39:03Z INF Traefik version 3.3.3 built on 2025-01-31T14:54:58Z version=3.3.3 2025-04-04T12:39:03Z INF Stats collection is disabled. Help us improve Traefik by turning this feature on :) More details on: https://doc.traefik.io/traefik/contributing/data-collection/ 2025-04-04T12:39:03Z INF Loading plugins... plugins=["badger"] 2025-04-04T12:39:04Z INF Plugins loaded. plugins=["badger"] 2025-04-04T12:39:04Z INF Starting provider aggregator *aggregator.ProviderAggregator 2025-04-04T12:39:04Z INF Starting provider *file.Provider 2025-04-04T12:39:04Z INF Starting provider *traefik.Provider 2025-04-04T12:39:04Z INF Starting provider *acme.ChallengeTLSALPN 2025-04-04T12:39:04Z INF Starting provider *http.Provider 2025-04-04T12:39:04Z INF Starting provider *acme.Provider 2025-04-04T12:39:04Z INF Testing certificate renew... acmeCA=https://acme-v02.api.letsencrypt.org/directory providerName=letsencrypt.acme 2025-04-04T12:39:10Z INF Register... providerName=letsencrypt.acme ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1644