Dragonet: Another solution to Minecraft Pocket Edition servers

Dragonet ( http://dragonet.org/ ) develops a server bridge that allows Minecraft PE clients connect to a Minecraft PC server (vanilla, bukkit and so on). It is still in development for PE 1.14, and only supports the 1.8.9 PC server (which kinda defeats bukkit that do not have a 1.8.9).

Dragonet also supports logging on to MCPC (Mojang) accounts, but this means MCPE users have to enter their Mojang username and password in a chat passthrough (I assume it gets filtered so that whats typed in do not show up in chat). I havent tested this though, since my primary PE users are my niece and nephews, where not all of them have mojang accounts.

This is how to set up a dragonet bridge:
(AKA how I did it)

  1. create a 1.8.9 vanilla server. Start it, then stop it again.
  2. Edit vanilla server server.properties (can be done in WebUI)
  • set the server IP to :127.0.0.1 ’
  • set online mode to false
  • set whitelist to true
  • edit any other settings to what you feel they should be, take care to note what port your server uses’’
  1. start the server again
  2. remember to add all users you want to access the server to your whitelist. (In WebUI: Open log, use the command “whitelist add [username]” on the bottom of the log where you are allowed to enter commands.
  3. go to https://github.com/DragonetMC/DragonProxy/releases and download the latest pre-release
  4. in WebUI: Create a new server, mark it “not a standard server”.
  5. transfer the file you downloaded to the new (not standard) server you just created
  6. start, then stop your server
  7. SSH into your MineOS server, go to /var/games/minecraft/servers/[servername of not standard server created above]
  8. edit the file “config.yml”
    • under “my_pc_server” : set remote_addr = 127.0.0.1
    • under “my_pc_server” : set remote_port = [port to vanilla server created above]
    • under “server authentication modes” : set mode = offline
    • (remember to change udp_bind_port to your prefered port, it is default set to 19132)
  9. start this server as well.

’ yep, localhost, you do not want any external users to connect directly, at least if you run in a offline way to let MCPE users to conect without having to use username/pass)
‘’ standard: 25565

You need both servers, both the vanilla, and the dragonet proxy server to run at the same time.

After testing, I can now access a fully fledged 1.8.9 vanilla server with my android PE client. The Windows 10 PE beta client failed to connect (claims outdated client).

Good luck! :smiley:

Dragonet has released a dev upgrade that works with Minecraft Pocket edition 1.14.1 and 1.14.2 now. It can be downloaded here:
https://circle-artifacts.com/gh/DragonetMC/DragonProxy/298/artifacts/0/tmp/circle-artifacts.VF0N4CV/dragonproxy-0.0.4-preR1.jar

It still only connects to minecraft 1.8.9 servers though.

Just be aware, its far from issue free: https://github.com/DragonetMC/DragonProxy/issues/91

Recently discontinued.

We actually continued this again! Now it actually works :slight_smile:

I wrote a full post over on the sponge forums: https://forums.spongepowered.org/t/dragonproxy-connect-to-pc-servers-using-minecraft-bedrock/10549

On step 6, how do you access the web UI?

Wow.
This thread is over three years old, and the last update from dragonproxy is one year old.

Bedrock has had several updates since the last dragonproxy update that supports bedrock 1.5.0, so this will most likely NOT work for the current releases of minecraft bedrock (for pad, phones, consoles, and win10-app).

But to anser your question: Through the normal way, it’s the webUI of Mineos.

Last I heard dragonet supported Minecraft Java Edition 1.12. Has this changed? (Oh wait my bad just realized you said this thread is over 2 years old. rip. But bedrock edition 1.14 was no where near being around back then??)

Hi.

Yes, Dragonnet will support java 1.12.
Yes the thread is two years old, but the last release of dragonnet is one year old. (https://github.com/DragonetMC/DragonProxy/releases)

Dragonets idea is to bridge bedrock to java, to make a bedrcok client able to join a java server.

Since bedrock edition supports only minecraft for tablets, phones, consoles and the windows 10 app, and it is over a year old, it is more likely than not that you will not get your clients to connect to it, but you will be able to connect your bedrock server to the backend minecraft java server.

You may be in luck though, since it seems these folks may have started up development again:

They have no official release yet (after a year of development on existing codebase), but it seems they have snapshots and betas available.