Egg Repository

Pterodactyl Community Egg Repository

VIAaaS

VIAaaS - ViaVersion as a Service - Standalone ViaVersion proxy

Read Me

VIAaaS

VIAaaS is the Minecraft plugin ViaVersion made standalone as a proxy.

More information is available here: https://github.com/ViaVersion/VIAaaS

Server Ports

The minecraft server requires a single port for access (default 25565), and one TCP port 25543, to be used for HTTPS and WebSocket connections.

Port default
Game 25565
WS & HTTPS 25543
Yolks
NameTag
Java 22ghcr.io/ptero-eggs/yolks:java_22
Java 21ghcr.io/ptero-eggs/yolks:java_21
Java 17ghcr.io/ptero-eggs/yolks:java_17
Java 16ghcr.io/ptero-eggs/yolks:java_16
Java 11ghcr.io/ptero-eggs/yolks:java_11
Java 8ghcr.io/ptero-eggs/yolks:java_8
Variables
NameDescriptionEnvironment VariableDefault ValueUser ViewableUser Editable
VIAaaS JAR FileThe name of the JAR file to be used when downloading & running VIAaaS.SERVER_JARFILEVIAaaS-all.jarYesYes
Web Server PortThe port to listen to web server connections on.WEBSERVER_PORT25543YesYes
Install Script
#!/bin/ash
# VIAaaS Installation Script
#
# Server Files: /mnt/server
cd /mnt/server
wget -O ${SERVER_JARFILE} "https://jitpack.io/com/github/ViaVersion/VIAaaS/master-SNAPSHOT/VIAaaS-master-SNAPSHOT-all.jar"

## install end
echo "-----------------------------------------"
echo "Installation completed..."
echo "-----------------------------------------"