Installation

Getting Started with PoloCloud

Choose Your Installation Method

Java 17 or higher required — Make sure it's installed and available on your machine.

Download

Download the latest version of PoloCloud from our GitHub Releases page. You can download the Launcher polocloud-launcher.jar or the pre-made Zip polocloud-v3.0.0-pre-4.zip.

Download Latest Release

Startup

Choose your preferred installation method:

You can run the PoloCloud by opening a terminal in the folder and typing:

java -jar polocloud-launcher.jar

Extract the Zip file to a folder of your choice, then run the launcher by double-clicking:

Linux / macOS
start.sh
Windows
start.bat

Docker Installation Coming Soon

Docker support is currently under development. This will allow you to run PoloCloud in containers for better isolation and easier deployment.

Kubernetes Installation Coming Soon

Kubernetes support is under active development. This will enable you to run PoloCloud at scale with automated deployment, scaling, and management.

Folder Structure

After the first startup, you will see a folder structure like this:

config.json
polocloud-launcher.jar
Name
Description
local/Main runtime folder with all PoloCloud data
local/dependencies/Downloaded dependencies
local/groups/Server group configurations
local/libs/Our own libs to run polocloud
local/metadata/platformsPlatform configurations
local/metadata/tasksRequired tasks to run platforms in PoloCloud
local/templates/Templates for the platforms
temp/The platforms are placed here while running
config.jsonMain configuration file for PoloCloud
polocloud-launcher.jarThe main executable to launch PoloCloud
Edit on GitHub

Last updated on