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
- Host: GitHub
- URL: https://github.com/binhex/arch-phantom
- Owner: binhex
- License: gpl-3.0
- Archived: true
- Created: 2020-03-28T14:27:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T19:41:58.000Z (about 1 year ago)
- Last Synced: 2025-02-10T05:25:31.955Z (5 months ago)
- Topics: arch-linux, bedrock, docker, minecraft, minecraft-server, phantom, proxy
- Language: Shell
- Homepage:
- Size: 53.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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[](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/)