This documentation explains how to set up a DietPi distribution server hosting a Matrix network instance. This instance will use Continuity as its homeserver.
The following specific features complement the common base:
DCHP to Static192.168.10.70192.168.10.1Custom then 1.1.1.1 192.168.10.1tookDisable Dropbear root login
sudo nano /etc/default/dropbear
Edit this line
DROPBEAR_EXTRA_ARGS="-w"
And restart
sudo systemctl restart dropbear
Update the system before any new addition
sudo apt update && sudo apt upgrade -y