Is video me Rocky Linux 9 ko VMware Workstation par install karke VICIdial / CyburDial ka full setup dikhaya gaya hai.
Video me jo common problems solve ki gayi hain:
Bridged network me internet/IP issue
Static IP setup
Apache HTTPD start error
SSL config error
Browser access problem
VICIdial admin login and password change
Agar aapko commands ki full list chahiye ya setup me koi issue aa raha hai, mujhe email kar sakte ho.
Email:
kuldeepsingh.6g at gmail dot com
Commands Used:
1. Static IP setup
nmcli con mod ens160 ipv4.addresses 192.168.1.252/24
nmcli con mod ens160 ipv4.gateway 192.168.1.1
nmcli con mod ens160 ipv4.dns "8.8.8.8 1.1.1.1"
nmcli con mod ens160 ipv4.method manual
nmcli con mod ens160 ipv6.method ignore
nmcli con down ens160
nmcli con up ens160
2. Check IP and internet
ip a
ip route
ping -c 4 192.168.1.1
ping -c 4 8.8.8.8
ping -c 4 google.com
3. Rocky Linux basic setup
dnf install -y glibc-langpack-en
localectl set-locale en_US.UTF-8
timedatectl set-timezone Asia/Kolkata
dnf update -y
dnf install -y epel-release git wget curl nano net-tools
dnf update -y
4. Disable SELinux
sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
sed -i 's/SELINUX=permissive/SELINUX=disabled/g' /etc/selinux/config
reboot
5. Check SELinux status
getenforce
6. VICIdial installer
cd /usr/src
git clone github dot com / carpenox / vicidial-install-scripts
cd vicidial-install-scripts
chmod +x alma-rocky9-ast18.sh
./alma-rocky9-ast18.sh
7. Check Apache HTTPD
systemctl status httpd
systemctl start httpd
systemctl enable httpd
8. SSL config error fix
grep -R "letsencrypt" /etc/httpd/conf.d/
mv /etc/httpd/conf.d/viciportal-ssl.conf /etc/httpd/conf.d/viciportal-ssl.conf.disabled
systemctl start httpd
9. Test web server
curl -I localhost
ss -lntp | grep ':80'
10. Browser access
Open your server IP in browser
Example:
server-ip/vicidial/welcome.php
server-ip/vicidial/admin.php
Note:
YouTube description me kuch commands ya links properly support nahi hote. Agar aapko complete command list chahiye ho to mujhe email karein.
Disclaimer:
Ye video educational purpose ke liye hai. Production server par use karne se pehle security, firewall, SSL, backups, SIP security aur system hardening zaroor karein.
#VICIdial #RockyLinux9 #VICIdialInstall #VMwareWorkstation #CallCenterSoftware #Asterisk #LinuxTutorial #HindiTechTutorial #CyburDial #ApacheErrorFix