在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jhead/phantom开源软件地址(OpenSource Url):https://github.com/jhead/phantom开源编程语言(OpenSource Language):Go 93.3%开源软件介绍(OpenSource Introduction):phantomMakes hosted Bedrock/MCPE servers show up as LAN servers, specifically for consoles. You can now play on remote servers (not Realms!) on your Xbox and PS4 with friends. It's like having a LAN server that's not actually there, spooky. Installingphantom is a command line application with no GUI (yet). See the usage section below. Download phantom from the releases page. macOS / Linux Add execute permissions if necessary: $ chmod u+x ./phantom-<os> Just replace UsageOpen up a command prompt (Windows) or terminal (macOS & Linux) to the location where you downloaded phantom, then type in the phantom command and hit enter. The server should show up on your LAN server list within a few seconds. If not, you did something wrong. Or I did ;)
Example Connect to a server at IP ./phantom-<os> -server lax.mcbr.cubed.host:19132 Same as above but bind to a specific local IP: ./phantom-<os> -bind 10.0.0.5 -server lax.mcbr.cubed.host:19132 Same as above but bind the proxy server to port 19133: ./phantom-<os> -bind_port 19133 -server lax.mcbr.cubed.host:19132 Same as above but bind the proxy server to local IP 10.0.0.5 and port 19133: ./phantom-<os> -bind 10.0.0.5 -bind_port 19133 -server lax.mcbr.cubed.host:19132 Running multiple instances If you have multiple Bedrock servers, you can run phantom multiple times on
the same device to allow all of your servers to show up on the LAN list. All
you have to do is start one instance of phantom for each server and set the
A note on The port is randomized by default and specifically omitted from the flag because the port that phantom runs on is irrelevant to the user. phantom must bind to port 19132 on all interfaces (or at least the broadcast address) to receive ping packets from LAN devices. So phantom will always do that and there's no way to configure otherwise, but you can also pick which IP you want the proxy itself to listen on, just in case you need that. You shouldn't though. As long as the device you run phantom from is on the same LAN, the default settings should allow other LAN devices to see it when you open Minecraft. A note on The port used by the proxy server can be defined with the This flag can be used with or without the BuildingMakefile builds for Windows, macOS, and Linux, including x86 and ARM. make How does this work?On Minecraft platforms that support LAN servers, the game will broadcast a server ping packet to every device on the same network and display any valid replies as connectable servers. This tool runs on your computer - desktop, laptop, Raspberry Pi, etc. - and pretends to be a LAN server, acting as a proxy, passing all traffic from your game through your computer and to the server (and back), so that Minecraft thinks you're connected to a LAN server, but you're really playing on a remote server. As soon as you start it up, you should see the fake server listed under LAN and, upon selecting it, connect to the real Bedrock/MCPE server hosted elsewhere. For an optimal experience, run this on a device that is connected via ethernet and not over WiFi, since a wireless connection could introduce some lag. Your game device can be connected to WiFi. Your remote server can be running on a computer, a VM, or even with a Minecraft hosting service. Supported platforms
Note that you almost definitely need to create a firewall rule for this to work. On macOS, you'll be prompted automatically. On Windows, you may need to go into your Windows Firewall settings and open up all UDP ports for phantom. TroubleshootingMy server isn't showing up on the list but it's online and phantom is showing connections! Make sure "Visible to LAN players" is turn ON in your server's settings: (below shows setting OFF) More info: |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论