legendsCaching

Status GitHub Issues GitHub Pull Requests License


Getting Started

These instructions will get you a copy of the project up and running on your VPS for hosting files separate from you game server. It will load the files from your game server and cache them, so they are ready to stream to players.

Build script only compatible with ubuntu systems, should be used on a fresh dedicated box with minimal resources and high bandwidth/throughput

On VPS Dedicated Cache Server

Prerequisites

Install curl

sudo apt install curl

Clone Repository

git clone https://github.com/legendsSystems/legendsCaching.git
cd legendsCaching

Installing

Execute build script

Follow the prompts and enter the required info. Script can be run multiple times until successful if needed, just do a 'git stash && git stash drop'.

Logout and back into the ssh session to refresh perms or prepend sudo below

Usage

TO check if the container booted properly

Check logs

Setup SSL

On Game Server

Edit / Add to server.cfg

Last updated