Aavaz PBX is designed to be powerful, yet approachable.
PBX systems are inherently technical and do require system administration knowledge. However, we strongly believe they should not be unnecessarily complicated.
This system is built to:
We will continue to add features โ but never at the cost of usability.
If you need help - send us an email at [email protected]โ
Make sure your system meets the following:
Easiest way to get started as it will check dependencies and guide you in fixing issues it encounters.
In your Terminal copy and paste the following:
curl -fsSL https://resources.aavaz.biz/install/aavaz-pbx-install.sh | bash
sudo docker run -d \
--name aavaz-pbx \
--restart always \
--network host \
--cap-add NET_ADMIN \
-v /mnt/aavazHost:/aavaz/data \
aavaz/pbx:latest
Once the container is running:
Open your browser:
http://<your-server-ip> OR https://<your-server-ip> (secure)
That should get you logged in and ready to go! It will get you to change your password on first login.
The docker run command part -v /mnt/aavazHost:/aavaz/data translates to:
/mnt/aavazHost โ folder on your server/aavaz/data โ folder inside the container๐ If you care about your data โ back up this folder
Your system can be restored, if you delete the container but keep this folder.
docker run CommandThis is the only command you really need to understand to run Aavaz PBX correctly.
Letโs break it down clearly:
-d (Detached Mode)
--restart always
--network host
80, 443, 5060--cap-add NET_ADMIN ๐ This is intentional and part of the security model.
-v /mnt/aavazHost:/aavaz/data
docker stop aavaz-pbxdocker start aavaz-pbxdocker psdocker logs -f aavaz-pbxDeveloped and maintained by: Aavaz PBXโ
A product of Aavaz Contact Center Solutionsโ
Content type
Image
Digest
sha256:187993ed5โฆ
Size
507.5 MB
Last updated
21 days ago
docker pull aavaz/pbx