The easiest way to own your cloud. Your data. Your cloud. Rainstorm.
Head over to our downloads page to download an image for your device. Alternatively, you can install on your own device (see Build Instructions)
Rainstorm aims to be the easiest way to to run a dedicated, easy to use, home server leveraging many popular and open source cloud alternatives that give you complete ownership and control of your data.
With the increasing power and affordability of small board computers like the Raspberry Pi, we believe it's finally feasible for everyone to own their cloud instead of giving everything they own to the cloud.
By running Rainstorm, you can quickly and cheaply deploy your own cloud infrastructure all from the web browser with ZERO terminal commands necessary.
Each installation of Rainstorm enables a number of wonderful features.
- Plex Media Server
- Transmission Torrent Client
- Filebrowser
- Minecraft Server
- Pi-hole
In the future, we'd also like to have...
-
Data backup solutions
-
Bitwarden Password Manager
-
Nextcloud
-
Wordpress Site
-
Matrix chat server
-
WireGaurd VPN
-
Tor Relay
-
Bitcoin Full Node
-
Jitsi Server
-
Email server
-
Any service from this list of open source projects can also be added.
-
...and many more features!
Home Screen | Service View | Device Settings |
---|---|---|
- Raspberry Pi 4
Rainstorm uses docker-compose for services. Pull requests are welcome. Checkout the Services README.md for more info on how to create services for Rainstorm.
You can run Rainstorm on your own device in just a few easy steps!
-
Download an image from our downloads page.
-
Flash image onto SD card
- Download Etcher
- Flash downloaded image
-
Insert SD card and attach external HD (highly recommended) to device
-
Boot your device and visit http://rainstorm.local or http://ip_of_device/
You can also run Rainstorm on your own.
Download the config.yml
.
curl -fsSL https://raw.githubusercontent.com/project-rainstorm/rainstorm/master/config.yml -o config.yml
Download the setup script in the same directory as config.yml
curl -fsSL https://raw.githubusercontent.com/project-rainstorm/rainstorm/master/scripts/setup.sh -o setup.sh
WARNING Running this script will make changes to your system. This is meant to be run on a dedicated device with a freshly installed OS (RPi4 running Raspberry Pi OS Lite recommended. You are responsible for what you run.)
bash setup.sh
If you are a developer
bash setup.sh --dev
The script will walk you thru the installation. Check for any errors in the log.
sudo reboot
Log back in as the default user drop
with password drop
.
Or log in with the user/password you set in config.yml
Now you can clone this repo in your home directory
cd && git clone https://github.com/project-rainstorm/rainstorm.git
After following the build instructions, you can run the app in development.
To run the API:
-
- Create a virtual environemnt
python3 -m venv env
- Create a virtual environemnt
-
- Activate the virtual environment
source env/bin/activate
- Activate the virtual environment
-
- Install packages
pip3 install -r requirements.txt
- Install packages
-
bash run_server.sh
To run the react server:
-
cd thunder
-
- Install packages
yarn install
- Install packages
-
yarn start
Visit http://rainstrorm.local:3000
The contribution workflow is described in CONTRIBUTING.md.