An open API service indexing awesome lists of open source software.

https://github.com/binhex/arch-phantom

Docker build script for Arch Linux base with Phantom
https://github.com/binhex/arch-phantom

arch-linux bedrock docker minecraft minecraft-server phantom proxy

Last synced: 5 months ago
JSON representation

Docker build script for Arch Linux base with Phantom

Awesome Lists containing this project

README

        

**Application**

[Phantom](https://github.com/jhead/phantom)

**Description**

Makes 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.

**Build notes**

Latest GitHub release of Phantom.

**Usage**
```
docker run -d \
-p 19132:19132 \
-p 19133:19133 \
--name= \
-v :/config \
-v /etc/localtime:/etc/localtime:ro \
-e REMOTE_MINECRAFT_IP=
-e REMOTE_MINECRAFT_PORT=
-e CLEANUP_TIMEOUT=
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-phantom
```
Please replace all user variables in the above command defined by <> with the correct values.

**Example**
```
docker run -d \
-p 19132:19132 \
-p 19133:19133 \
--name=phantom \
-v /apps/docker/phantom:/config \
-v /etc/localtime:/etc/localtime:ro \
-e REMOTE_MINECRAFT_IP=1.2.3.4
-e REMOTE_MINECRAFT_PORT=19132
-e CLEANUP_TIMEOUT=60
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-phantom
```

**Notes**

User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-

```
id
```
___
If you appreciate my work, then please consider buying me a beer :D

[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)

[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.unraid.net/topic/90344-support-binhex-phantom/)