With a low speed connection, it is possible to install vicibox OS using ISO on a dedicated server. Tested on OVH and SCALEWAY.
15 minutes ONLY
Disable Monitoring on OVH server
1 - Boot your server on secure mode
2 - Download ISO file : wget http://download.vicidial.com/iso/vicibo ... -8.1.2.iso
3 - SHA : sha256sum ViciBox_v8_1.x86_64-8.1.2.iso
4 - sudo apt-get update
5 - sudo apt-get install qemu qemu-kvm ovmf
6 - sudo qemu-system-x86_64 -enable-kvm -nodefaults -cdrom ViciBox_v8_1.x86_64-8.1.2.iso -hda /dev/sda -hdb /dev/sdb -bios /usr/share/ovmf/OVMF.fd -smp 4 -m 4G -net nic -net user -vga std -vnc SERVER_IP:0 -usbdevice tablet -k fr
7 - connect with TightVNC on SERVER_IP:5900
8 - install vicidial OS
9 - reboot your server on normal mode