Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Requirements

Unimus is supported on:

  • Raspberry Pi 24
  • Raspberry Pi 3
  • Raspberry Pi 2

We do not support running Unimus on RPi 1 or RPi Zero.

Supported OS:

  • Raspbian Buster
  • Raspbian Stretch
  • Raspbian Jessie

We do not officially support running Unimus on any other OS on Raspberries.

Installing Unimus

No Format
# please run as root
apt-get install openjdk-8-jre
bash <(wget curl -sy
wget https://unimus.net/download/rpi/install.sh)install-unimus.sh
chmod +x install-unimus.sh
./install-unimus.sh

Security note: it is dangerous running unknown scripts from the internet.
Please always The installer sources can be found in our GitHub repo, please review the script source sources before running it on your machines.

After the installer finishes, you can access Unimus at:
http://localhost:8085/
(substitute 'localhost' for the address of your Unimus server)

...

Please note Unimus can take a longer time to start on a RPi.
Allow up to 2 3 minutes for the service to start, and the web GUI to start responding.

...