3.1 KiB
Install YunoHost on a Raspberry Pi
Find all the ways to install YunoHost here.
Pre-requisites
- A Raspberry Pi 2, 3 or 4 (RPi 0 and 1 may work but require some tweaking ... see this issue) ;
- An microSD card: 8GB capacity (at least) and Class 10 speed rate are highly recommended (like the Transcend 300x) ;
- A power supply (either an adapter or a MicroUSB cable)i ;
- An ethernet cable (RJ-45) to connect your Raspberry Pi to your router. (Raspberry Pi Zero users can connect the Pi using an OTG cable, Wifi dongle.) ;
- A reasonable ISP, preferably with a good and unlimited upload bandwidth.
Install with the pre-installed image (recommended)
0. Download the pre-installed image for Raspberry Pi
1. Flash the SD card with the image
2. Power up the board and let it boot
3. Connect to your server with your web browser
4. Proceed with the initial configuration (post-installation)
Manual installation (advanced users)
-
Install Raspbian Buster Lite on the SD card (instructions). The Raspbian Buster Lite can be found here: https://downloads.raspberrypi.org/raspbian_lite/images/
-
Connect to your Raspberry Pi with the user
pi
. Set the root password with
sudo passwd root
-
Edit
/etc/ssh/sshd_config
to allow ssh login for root, by replacingPermitRootLogin without-password
withPermitRootLogin yes
. Reload the ssh daemon withservice ssh reload
. -
Disconnect and reconnect, this time as root.
-
Then follow the generic manual install procedure.