You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
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.
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 theservers.jsonfile, Minetrack throws the following error: getaddrinfo ENOTFOUND 26.144.41.20Observations
job-carl.joinmc.link), everything works as expected.Steps to Reproduce
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
Environment
Is there any way to make Minetrack recognize RadminVPN IPs?
Thank you in advance for your help!