New Newt Sites errors "newt/wg/get-config" #470

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

Originally created by @NecktiedHummingbird on 12/17/2025

Describe the Bug

So i tried to create a new site on my pangolin instance (1.13.1, up2date) and it just won't work. At first I was like "must be my bad" but i tested now on so many machines the new site, even on the same container where my current working site is running, and none is working.
I always will get newt resulting in "SendMessageInterval timed out after 10 attempts for message type: newt/wg/get-config"

Here the logs I get:
newt-1 | INFO: 2025/12/17 19:50:17 Server version: 1.13.1
newt-1 | INFO: 2025/12/17 19:50:17 Saving config to: /root/.config/newt-client/config.json
newt-1 | INFO: 2025/12/17 19:50:17 Websocket connected
newt-1 | INFO: 2025/12/17 19:50:17 Requesting WireGuard configuration from remote server
newt-1 | INFO: 2025/12/17 19:50:17 Connecting to endpoint:
newt-1 | INFO: 2025/12/17 19:50:17 Starting UDP hole punch to 1 exit nodes with shared bind
newt-1 | INFO: 2025/12/17 19:50:17 Starting hole punch to X.X.X.X with public key:
newt-1 | INFO: 2025/12/17 19:50:17 Resolved exit node: X.X.X.X -> X.X.X.X:21820
newt-1 | INFO: 2025/12/17 19:50:17 Tunnel connection to server established successfully!
newt-1 | INFO: 2025/12/17 19:50:17 Started direct UDP relay on 100.89.128.8:60335 (bidirectional via SharedBind)
newt-1 | INFO: 2025/12/17 19:50:17 Direct UDP relay started (bidirectional through SharedBind)
newt-1 | INFO: 2025/12/17 19:50:37 SendMessageInterval timed out after 10 attempts for message type: newt/wg/get-config

My main goal was a second site in my homelab for redunancy (current only hostsystem had a very long update shutdown and was unreachable)

Environment

  • OS Type & Version: Ubuntu, Raspberry Pi OS, Windows - all client OS were effected.
  • Pangolin Version: 1.13.1
  • Gerbil Version: latest
  • Traefik Version: latest
  • Newt Version: 1.7.0
    Hosted with docker compose (copied from the create site dialog)

To Reproduce

Create a new site, select newt, copy the compose file and launch the compose file

Expected Behavior

Site connection will go "online" and work. But it is shown as "online" and will not work.

*Originally created by @NecktiedHummingbird on 12/17/2025* ### Describe the Bug So i tried to create a new site on my pangolin instance (1.13.1, up2date) and it just won't work. At first I was like "must be my bad" but i tested now on so many machines the new site, even on the same container where my current working site is running, and none is working. I always will get newt resulting in "SendMessageInterval timed out after 10 attempts for message type: newt/wg/get-config" Here the logs I get: newt-1 | INFO: 2025/12/17 19:50:17 Server version: 1.13.1 newt-1 | INFO: 2025/12/17 19:50:17 Saving config to: /root/.config/newt-client/config.json newt-1 | INFO: 2025/12/17 19:50:17 Websocket connected newt-1 | INFO: 2025/12/17 19:50:17 Requesting WireGuard configuration from remote server newt-1 | INFO: 2025/12/17 19:50:17 Connecting to endpoint: <hidden> newt-1 | INFO: 2025/12/17 19:50:17 Starting UDP hole punch to 1 exit nodes with shared bind newt-1 | INFO: 2025/12/17 19:50:17 Starting hole punch to X.X.X.X with public key: <hidden> newt-1 | INFO: 2025/12/17 19:50:17 Resolved exit node: X.X.X.X -> X.X.X.X:21820 newt-1 | INFO: 2025/12/17 19:50:17 Tunnel connection to server established successfully! newt-1 | INFO: 2025/12/17 19:50:17 Started direct UDP relay on 100.89.128.8:60335 (bidirectional via SharedBind) newt-1 | INFO: 2025/12/17 19:50:17 Direct UDP relay started (bidirectional through SharedBind) newt-1 | INFO: 2025/12/17 19:50:37 SendMessageInterval timed out after 10 attempts for message type: newt/wg/get-config My main goal was a second site in my homelab for redunancy (current only hostsystem had a very long update shutdown and was unreachable) ### Environment - OS Type & Version: Ubuntu, Raspberry Pi OS, Windows - all client OS were effected. - Pangolin Version: 1.13.1 - Gerbil Version: latest - Traefik Version: latest - Newt Version: 1.7.0 Hosted with docker compose (copied from the create site dialog) ### To Reproduce Create a new site, select newt, copy the compose file and launch the compose file ### Expected Behavior Site connection will go "online" and work. But it is shown as "online" and will not work.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#470