### Important points to read before installing - The first account created will be an admin user and will have all the admin rights. Using screen in case of disconnects ``` sudo apt-get install screen screen sudo yunohost app install https://github.com/YunoHost-Apps/misskey_ynh.git ``` Recover after disconnect: ``` screen -d screen -r ```