Skip to content

Releases: jhead/phantom

Support for Apple Silicon

Pre-release

Choose a tag to compare

@jhead jhead released this 19 Dec 21:10

Thanks to @SocMinarch for adding a build for Apple Silicon. If you run into any issues on these devices, let me know!

v0.5.3

v0.5.3 Pre-release
Pre-release

Choose a tag to compare

@jhead jhead released this 01 Jan 21:26
  • Enables -bind_port 19132 by making the proxy server set the port to reusable when listening (fix for #135)

v0.5.2

v0.5.2 Pre-release
Pre-release

Choose a tag to compare

@jhead jhead released this 15 Jul 04:52

Adds a command line flag called -workers to specify the number of "threads" to use to process data from clients. This could be helpful if you have more than one device connecting to phantom or are troubleshooting performance issues.

Example:
image

v0.5.1 - Offline Status

Pre-release

Choose a tag to compare

@jhead jhead released this 23 May 19:03

Thank you to @scr34m for the idea and contribution!

phantom will now show up on your LAN server list even if the remote server is offline, displaying a red "Server Offline" server that's not connectable. Once the server comes back online, the server will automatically update and you can join.

Other changes

  • Adds more logging for server connectivity status
  • Automatically reconnects to server after encountering an error now. Previously, this might have caused phantom to appear to randomly stop working for some clients.
  • Adds an arm8 / arm64 Linux binary

Got an idea for phantom? Tell me :)

v0.4.0 - IPv6 + Debug Logging

Pre-release

Choose a tag to compare

@jhead jhead released this 12 Apr 08:38
  • Adds IPv6 support via the -6 option. This might have been possible before this version, but it was intentionally supported and accidentally binding to IPv6 ports could have been causing issues. Using this option to connect to phantom over IPv6 on your local network is now tested and working!
  • Adds debug logging via the -debug option. Based on community feedback, I've added some additional logging to help troubleshoot issues. I'll continue adding more logging over time with new releases.
  • Adds an experimental flag -remove_ports that can be tried when phantom isn't showing up on your server list. phantom normally rewrites a specific packet that's sent to the Minecraft client, but different servers use this packet in different ways, leading to some inconsistent behavior. I've adjusted phantom's handling of these packets to help prevent this and hopefully fix some related bugs, but you can also try this if things aren't working.
  • Now overwrites server IDs in the Unconnected Ping Reply packets using phantom's own randomly generated ID. Apparently, passing the ID through from the remote server caused some issues with phantom either not showing up on the LAN server list or showing up but not allowing you to connect, because of an issue with the Minecraft client. This should fix those issues.

This version has been tested with Bedrock v1.14.32.1 and some popular MCPE (PocketMine) servers from various server lists online, along with Minecraft for iOS and Xbox One.

v0.3.1

v0.3.1 Pre-release
Pre-release

Choose a tag to compare

@jhead jhead released this 05 Jan 00:47
  • Added -bind_port to allow you to specify a port to listen on. Note that you'll still need to open up port 19132 in your firewall for phantom to work properly. Without this option, phantom will continue to listen on a random port.
  • Fixes for #31 #40 #44

Credit to @nkelemen18 and @d5c4b3 for contributions 🎉

v0.2.1

v0.2.1 Pre-release
Pre-release

Choose a tag to compare

@jhead jhead released this 20 Oct 02:12
Rewrite ping replies to remove port numbers

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@jhead jhead released this 17 Sep 02:37
  • Support for multiple instances of phantom to support multiple LAN servers
  • -bind now accepts only an IP address and no port; the port is randomized

v0.1.2

v0.1.2 Pre-release
Pre-release

Choose a tag to compare

@jhead jhead released this 27 Jul 19:16
  • Fix -bind and add -server (#10)
  • ARMv5 support

v0.1.1

v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@jhead jhead released this 23 Dec 05:55

Added ARM v6 and v7 builds for Raspberry Pi (#4)