Skip to content

Server IP from RadminVPN is not recognized by Minetrack (ENOTFOUND error) #409

@Gidra007

Description

@Gidra007

issue

I encountered an issue when trying to use Minetrack with servers hosted on RadminVPN.
When I specify a server IP address from RadminVPN (e.g., 26.144.41.20:25566) in the servers.json file, Minetrack throws the following error: getaddrinfo ENOTFOUND 26.144.41.20


Observations

  • The server itself is successfully running on the specified IP and port.
  • If I use a Playit.gg tunnel (e.g., job-carl.joinmc.link), everything works as expected.

Steps to Reproduce

  1. Add a RadminVPN IP to servers.json:
    [
        {
            "name": "Test Server",
            "ip": "26.144.41.20:25566",
            "type": "PC"
        }
    ]
    

2.Start Minetrack using node main.js.
3.Observe the ENOTFOUND error in the console and UI.

Expected Behavior

Minetrack should resolve and monitor the RadminVPN IP without errors.
Actual Behavior

Minetrack fails to resolve the RadminVPN IP and shows an ENOTFOUND error.

Notes

Using a Playit.gg tunnel works fine.
The server hosted on the RadminVPN IP is accessible when testing with Minecraft clients directly.

Environment

Minetrack version: latest
Node.js version: v22.13.0
OS: Windows 11 64-bit (22H2)

Is there any way to make Minetrack recognize RadminVPN IPs?
Thank you in advance for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions