Wazo is an open source IPBX and Unified Communication platform for businesses. It enables you to communicate with others via voice, video, and chat. In addition, it offers a variety of features such as call forwarding, conferencing, and much more.
This tutorial will walk you through the process of installing Wazo on Debian latest.
Make sure you fulfill the following requirements before proceeding with the installation process:
sudo
privileges.First, you need to update your Debian system packages to their latest version by running the following command:
$ sudo apt-get update && sudo apt-get upgrade -y
Wazo requires various dependencies and tools to run properly, install them using the following command:
$ sudo apt-get install wget sudo curl gnupg -y
Wazo is not available in Debian's default repositories. Therefore, you need to add the Wazo repository to your system.
Start by importing the GPG key for the Wazo repository using the following command:
$ wget -O - https://mirror.wazo.community/pub/key.gpg | sudo apt-key add -
Next, create a new sources.list file and add the following content to it:
$ echo "deb https://mirror.wazo.community/stable/$(lsb_release -c -s)/ ~/wazo/" | sudo tee /etc/apt/sources.list.d/wazo.list
Update the package index of your system using the following command:
$ sudo apt-get update
Now that the Wazo repository is added to your system, you can proceed to install Wazo on your Debian system by running the following command:
$ sudo apt-get install wazo
This process may take some time, so wait until it finishes.
Once the Wazo installation is complete, you can start the services using the following commands:
$ sudo systemctl start wazo
$ sudo systemctl enable wazo
Wazo web interface is available on port 80, you can access it using your web browser at http://<your-server-ip>
.
Use the following credentials to login into your Wazo web interface:
Username: admin Password: wazo_default_password
Note: Remember to change the default password immediately.
In this tutorial, you have learned how to install Wazo on Debian latest. Now, you can use Wazo for your business needs and enjoy all the features it provides.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!