Skip to content

Using your own DNS server

Pugmatt edited this page May 24, 2025 · 1 revision

In the case where you want to use your own DNS server, here are the zones you'll need to set your DNS to in order for BedrockConnect to work:

Server Domain IP
The Hive geo.hivebedrock.network 104.238.130.180
The Hive hivebedrock.network 104.238.130.180
Mineville play.inpvp.net 104.238.130.180
Lifeboat mco.lbsg.net 104.238.130.180
Galaxite play.galaxite.net 104.238.130.180
Enchanted Dragons play.enchanted.gg 104.238.130.180

"Why is CubeCraft not included in the above list?"

104.238.130.180 is the IP to the BedrockConnect serverlist server. If you are hosting your own BedrockConnect serverlist server as well, you would use that IP instead

Here's a script to setup BIND (DNS server software) on Linux: https://github.com/Pugmatt/BedrockConnect/blob/master/scripts/install-bind.sh

Alternatively, instead of using a DNS, you can also use other tools such as MCXboxBroadcast to join the BedrockConnect instance.

Clone this wiki locally