Skip to main content

Posts

Showing posts from November, 2021

How to Install Jitsi on Azure, AWS or Local Server without Domain Name

How to Install Jitsi on Azure, AWS or Local Server Without Domain Name In this thread i will tell you how to install Jitsi on any Cloud Platform such as Azure, AWS, Digital Ocean or Local Server without having Domain Name.    Requirements Should have Azure, AWS, Digital Ocean or any cloud platform. Minimum 1 GHz Processor, 2 GB Ram with 20GB Hard Disk. Should have Linux Centos or Ubuntu OS. Application needed Nginx or Apache Server.    Installation Steps: Follow the steps in below manner   Step 1: Open the Terminal in Ubuntu.   Step 2: sudo apt-get install gnupg2   Step 3: sudo apt-get install nginx    Step 4: sudo apt-get install wget   Step 5: sudo apt update   Step 6: sudo apt install apt-transport-https   Step 7: sudo apt-add-repository universe   Step 8: echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list   Step 9: wget https://prosody.im/files/prosody-debian-packages.key -O- | sudo apt-key add -   Step 10: curl https://d