R5Reloaded - Apex Legends Modding SDK
R5Reloaded requires 1 port.
| Port | Default | Notes |
|---|---|---|
| Game | 37015 |
| Name | Tag |
|---|---|
| ghcr.io/ptero-eggs/yolks:wine_latest | ghcr.io/ptero-eggs/yolks:wine_latest |
Name of the server
Playlist to load
URL to download R5Reloaded server build from
Additional arguments to append to the startup command
# Update package cache and install 7z
apt update
apt install p7zip-full -y
# Change to server directory
cd /mnt/server || exit 1
# Download server file
echo "Downloading: ${DL_URL}"
wget "${DL_URL}" -O server_download.7z
# Extract
echo "Extracting server files"
7z x server_download.7z
# Cleanup
echo "Cleaning up"
rm server_download.7z| Installation Image | ghcr.io/ptero-eggs/installers:debian | Installation Entrypoint | bash |
|---|