beta 14 installer...https works greatly, but udp does not work for me #1776

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

Originally created by @Mitch187 on 2/16/2025

Hi,

i have installed the version beta 14 installer and with https and lets encrypt it works perfekt. Thank you.

After that, i want to customize a minecraft server via udp...

I have done this:
https://docs.fossorial.io/Getting%20Started/tcp-udp

Here are my traefik and gerbil config:
`Gerbil:
ports:

  • 19132:19132/udp

Traefik:
entryPoints:
udp-19132:
address: ":19132/udp"`

After i start the traefik container, my https://pangolin.mydomain.com does not work anymore. My newt Container say this:
ERROR: 2025/02/16 02:08:09 Failed to connect: failed to get token: failed to request new token: Post "https://pangolin.mydomain.com/api/v1/auth/newt/get-token": dial tcp 193.31.24.59:443: connect: connection refused. Retrying in 10s...

the docker container is on the same container as docker, too. Here ist the stack:
`version: '3.8'
services:
minecraftbedrock:
image: itzg/minecraft-bedrock-server:latest
container_name: Minecraft-Bedrock
hostname: minecraftbedrock
network_mode: bridge
environment:
- EULA=TRUE
volumes:
- data:/data
ports:
- 19132:19132/udp
restart: unless-stopped

volumes:
data:`

*Originally created by @Mitch187 on 2/16/2025* Hi, i have installed the version beta 14 installer and with https and lets encrypt it works perfekt. Thank you. After that, i want to customize a minecraft server via udp... I have done this: https://docs.fossorial.io/Getting%20Started/tcp-udp Here are my traefik and gerbil config: `Gerbil: ports: - 19132:19132/udp Traefik: entryPoints: udp-19132: address: ":19132/udp"` After i start the traefik container, my https://pangolin.mydomain.com does not work anymore. My newt Container say this: `ERROR: 2025/02/16 02:08:09 Failed to connect: failed to get token: failed to request new token: Post "https://pangolin.mydomain.com/api/v1/auth/newt/get-token": dial tcp 193.31.24.59:443: connect: connection refused. Retrying in 10s... ` the docker container is on the same container as docker, too. Here ist the stack: `version: '3.8' services: minecraftbedrock: image: itzg/minecraft-bedrock-server:latest container_name: Minecraft-Bedrock hostname: minecraftbedrock network_mode: bridge environment: - EULA=TRUE volumes: - data:/data ports: - 19132:19132/udp restart: unless-stopped volumes: data:`
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1776