< Previous | Contents | Next >
3.1. Installation
If you would like to create a new user to access the Zentyal web interface, run:
sudo adduser username sudo
Add the Zentyal repository to your repository list:
sudo add-apt-repository "deb http://archive.zentyal.org/zentyal 3.5 main extra"
Import the public keys from Zentyal:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 10E239FF
wget -q http://keys.zentyal.org/zentyal-4.2-archive.asc -O- | sudo apt-key add -
Update your packages and install Zentyal:
sudo apt update
sudo apt install zentyal
During installation you will be asked to set a root MySQL password and confirm port 443.