Virola self-hosted server installation on Ubuntu
-
Download the Virola server installation package
wget https://virola.io/downloads/1.0.24.22121816/virola-server-debian-1.0.24.22121816_amd64.deb
-
Install
sudo apt-get update sudo apt-get upgrade sudo apt --yes --fix-broken install ./virola-server-debian-1.0.24.22121816_amd64.deb
-
Run Virola server
virola-server --listen HOST:PORT
Note: On first launch, the server will create an admin user with the admin password and administrator rights. Please change the default admin password as soon as possible to a more secure one.
You can change user password from the Virola client. You can also change
password of an existing user using the --change-password
command line argument of the Virola server.