1.1 Setup
Important
Please note that this documentation ist incomplete because we are changing fundermental stuff. Once we are done, all articles will be updatet and new ones will be added.
Setting up your StreamlineCloud instance can be as easy as downloading and executing one single file or (nearly) as terrifying as installing Arch Linux from scratch. For beginners, we obviously recommend the easy way, but each setup has its own advantages.
Prerequisites:
- We recommend at least 4GB of ram and a modern CPU.
- A Linux based, modern and secure server operating system. (like Debian 12/13).
- A modern version of the Java runtime installed, at least 21. We recommend SdkMan for managing multiple Java instances.
- We strongly recommend setting up an additional user for security reasons.
[!] Linux is recommended, Microslop Windows works for local testing but may be unstable - but if you think hosting your server on Windows is a good idea, the problem is likely located between your chair and keyboard. ;-)
The easy way
We assume that you are using a Debain based version of Linux, if you don't you'll probably know what to do instead.
Fist install wget:
apt install wget
Open your user's home folder:
cd ~/
3. Download
StreamlineCloud:
Go to the releases section of this repository and copy the url of the latest release.
You can find the latest release here.

Download the ZIP file:
wget <url>
Unzip it:
unzip streamlinecloud_image.zip
Delete the zip file:
rm streamlinecloud_image.zip
Open the directory:
cd streamlinecloud_image
Now, you can start StreamlineCloud:
java -jar streamlinecloud_<VERSION>.jar