Installation

Installing PoloCloud

Choose your preferred installation method:

Install PoloCloud directly on your local machine. Requires Java 17 or higher.

java -jar polocloud-launcher.jar
chmod +x ./start.sh
./start.sh

This command starts PoloCloud with the specified configuration mode.

Run PoloCloud in a Docker container. Requires Docker and Docker Compose.

Pull the latest PoloCloud Docker image:
docker pull ghcr.io/httpmarco/polocloud:latest
Run PoloCloud in a Docker container:
docker run -d --name polocloud -p 8080:8080 ghcr.io/httpmarco/polocloud:latest

Onboarding

Language Selection

Choose your preferred language for the PoloCloud interface and documentation. All languages are managed through Crowdin for community-driven translations.

gRPC Port Configuration

Configure the gRPC port for internal communication between PoloCloud components.

Port: 8932 (Default)

You can change this port if needed, but 8932 is recommended for most setups.

Automatic Updates

Choose whether to enable automatic updates for PoloCloud components.

Enable Updates

Automatic updates for security and features.

Disable Updates

Manual control for production environments.