Установка 3CX 18 на Debian 10 buster без ISO-образа

Пошаговая инструкция установки 3CX Phone 18 на собственный сервер Debian 10 Buster. 

Прежде всего обновим Debian. 

				
					sudo apt-get update
sudo apt-get -y upgrade
				
			

Добавим 3CX репозитарий

				
					wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | sudo apt-key add -
				
			
				
					# Add repository to Debian 10
sudo apt install gnupg2 -y
echo "deb http://downloads-global.3cx.com/downloads/debian buster main" | sudo tee /etc/apt/sources.list.d/3cxpbx.list

				
			

Устанавливаем 3CX

				
					sudo apt update
sudo apt install -y net-tools dphys-swapfile
sudo apt -y install 3cxpbx
				
			

Далее вы получите следующее окно, которое предлагает варианты настройки 3CX. Выбираем 1 (настройка через web-интерфейс)

				
					...........
Created symlink /etc/systemd/system/multi-user.target.wants/3CXHotelModule01.service → /lib/systemd/system/3CXHotelModule01.service.


        _____ _______  __
       |__  // ____/ |/ /
        /_ </ /    |   /
      ___/ / /___ /   |
     /____/\____//_/|_|

Welcome to the 3CX Configuration Tool
Help https://www.3cx.com/docs/manual/

Press ESC to go back.


Select how to run the tool:
(1) Using a Web Browser
(2) From command line
Enter option: 1

Starting PBX Web configuration tool..
Launch this URL from a browser on another machine:s
http://172.10.10.199:5015?v=2
TIP: If this is a cloud machine and the link shows a local IP address then you need to replace the local IP with your public IP Address.


Processing triggers for systemd (241-7~deb10u7) ...
Processing triggers for libc-bin (2.28-10) ...
				
			

Дальнейшая настройка проходит аналогично любой настройке 3CX под Windows или Debian. Напоминаем, что бэкап-файлы совместимы между разными ОС.