Posts

How to Install jitsi-meet on ubuntu 16.04 or 18.04 within a hours ? , if you have ready ubuntu VM

Create a Ubuntu 16.04 or 18.04 VM on your cloud server (Azure,GC , AWS or vultur,Vurtual box with ubuntu). The minimum VM configurations require is:  CPU:2.0 RAM:4GB  SDD or HDD: 20GB  N ote: Please read carefully  highlighted text and  copy past the commands , Arrow mark is not a command , don't copy past. apt update java => “ you will get java version list “ apt install openjdk-8-jre-headless java -version nginx => “ you will get Nginx version list but,you have use below command only “ apt install nginx ufw status => “ Active or inactive does not matter” ufw allow ssh ufw allow 80/tcp ufw allow 443/tcp ufw allow 10000:60000/tcp ufw allow 10000:60000/udp ufw allow 5222 ufw allow 5 347 netstat -tunlp       // list out all open ports  wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add - sudo sh -c "echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jit
Recent posts