Can FB be installed in a remote VPS that I can acces only via ssh? Anything advice?
Thanks
Hello @pirlotero
Here a handy link:
Installing on Debian 11 (Bullseye) or newer
Before you install freedombox on the vps edit the file:
/etc/network/interfaces
So it looks like:
auto lo
iface lo inet loopback
Then install freedombox:
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install freedombox
Regards: peter
Hi Peterc, thanks again. I get this issue when trying to install COTURN as the FreedomBox administrator.
: [Errno 13] Permission denied: ‘/etc/coturn/freedombox.conf’
Another question is that matrix synapse is not available in debian 12, the OS in my VPS. Any work around it?