Skip to content

Quick Start

Click here to download the latest installation and upload it to the server.

1.Unzip to the specified directory

Terminal window
unzip ok-rasp-1.0.0-20250420121115-bin.zip -d /usr/local

1.jpg

2.Launch

Enter the ok-rasp/bin directory

Terminal window
cd ok-rasp/bin/

2.jpg Then run the startup.sh script

Terminal window
./startup.sh

3.jpg

3.Set to start in the background

Terminal window
nohup ./startup.sh > /dev/null 2>&1 &

4.jpg

Of course, you can also use systemd to set it to start automatically.