Yes, it’s possible to install MODEP on Raspbian:
- 
Set up our apt server:
curl https://blokas.io/apt-setup.sh | sh - 
sudo apt install modep -y.While the Jack backend is being installed, answer ‘yes’ to the realtime priority question asked (‘no’ works too, the answer you give doesn’t really matter for MODEP, as it’s started using systemd services)
 - 
Edit
/etc/jackdrcto set the command line for Jack backend, if you are using a different card than Pisound. - 
Ensure that all the critical services are running, if one of them failed, the UI won’t be accessible. Start fixing from the
jackservice errors, thenmodep-mod-hostand finallymodep-mod-ui. Most likely cause of issues is Jack misconfiguration.sudo systemctl status jack sudo systemctl status modep-mod-host sudo systemctl status modep-mod-uiUse
startorrestartinstead ofstatusin above commands to start the services. Usesudo journalctl -u jackand similar to see the full output logs. - 
To get MODEP to autorun on startup run:
sudo systemctl enable modep-mod-ui