<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>comunications Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/comunications/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sun, 28 Mar 2021 16:06:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>install Jitsi Meet on Debian 10</title>
		<link>https://www.osradar.com/install-jitsi-meet-on-debian-10/</link>
					<comments>https://www.osradar.com/install-jitsi-meet-on-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 29 Mar 2021 23:04:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[comunications]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Debian 10]]></category>
		<category><![CDATA[jitsi]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=29259</guid>

					<description><![CDATA[<p>Hello, friends. In this post, you will learn how to install Jitsi Meet on Debian 10. Jitsi Meet is a pretty valid alternative to Google Hangouts, but in this case, we’re talking about a completely open-source alternative. On the other hand, it’s free and even though it’s not, it offers some advantages that we could [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-jitsi-meet-on-debian-10/">install Jitsi Meet on Debian 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. In this post, you will learn how to install Jitsi Meet on Debian 10.</p>



<p><a href="https://www.osradar.com/video-conference-linux-jitsi-meet/" target="_blank" rel="noreferrer noopener">Jitsi Meet</a> is a pretty valid alternative to Google Hangouts, but in this case, we’re talking about a completely open-source alternative. On the other hand, it’s free and even though it’s not, it offers some advantages that we could consider premium like HD Audio support. Everything 100% encrypted.</p>



<p>In these times in which the formal work has been threatened, some companies have found in Jitsi a quality tool. Especially because it does not require the creation of an account and because it can be installed on your server.</p>



<p>Some features of Jitsi Meet are as follows:</p>



<ul><li>Share your desktop, presentations, and more.</li><li>Invite users to a conference via a simple, custom URL.</li><li>Edit documents together using Etherpad.P</li><li>Pick fun meeting URLs for every meeting.</li><li>Trade messages and emojis while you video conference, with integrated chat.</li></ul>



<p>Again, all this for free, open-source, and encrypted conversations. So, technologically it’s pretty competent.</p>



<h2 id="install-jitsi-on-debian-10"><a href="#install-jitsi-on-debian-10" name="install-jitsi-on-debian-10"></a>Install Jitsi on Debian 10</h2>



<p>We will be able to install Jitsi with the repository that the developers give us. This ensures that the integration with the system and the package manager is complete.</p>



<p>To perform the installation, we will have to connect to our server and update it.</p>



<pre class="wp-block-preformatted">sudo apt update
sudo apt upgrade</pre>



<p>Then, it is necessary to change the hostname of the computer for your domain.</p>



<pre class="wp-block-preformatted">sudo hostnamectl set-hostname [domain]</pre>



<p>Replace <code>[domain]</code> with yours.</p>



<p>Then modify the <code>hosts</code> file of the server and add the following line:</p>



<pre class="wp-block-preformatted">sudo nano /etc/hosts 
<code data-origin="<pre&gt;<code&gt;sudo nano /etc/hosts

127.0.0.1 domain
</code&gt;</pre&gt;
<p&gt;">127.0.0.1 domain </code> </pre>



<p>Before continuing, you have to make sure that ports <code>80</code>, <code>443</code> and <code>4443</code> of the TCP protocol and port <code>10000</code> of the UDP protocol are open in the firewall.</p>



<p>Now it is time to install the gnupg package which contains instructions for adding GPG keys from external repositories.</p>



<pre class="wp-block-preformatted">sudo apt update
sudo apt install gnupg</pre>



<p>Now you can download and add the GPG key from the Jitsi repository.</p>



<pre class="wp-block-preformatted">wget https://download.jitsi.org/jitsi-key.gpg.key
sudo apt-key add jitsi-key.gpg.key</pre>



<p>Next, create a new file that will contain the information for us to add the Jitsi repository.</p>



<pre class="wp-block-preformatted">sudo nano /etc/apt/sources.list.d/jitsi-stable.list</pre>



<p>And add:</p>



<pre class="wp-block-preformatted">deb https://download.jitsi.org stable/</pre>



<p>Save the changes and close the editor.</p>



<p>So, refresh APT so that the repository information can be loaded.</p>



<pre class="wp-block-preformatted">sudo apt update</pre>



<p>And finally, install Jitsi by running:</p>



<pre class="wp-block-preformatted">sudo apt install jitsi-meet
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  ca-certificates-java fontconfig-config fonts-dejavu-core java-common jicofo jitsi-meet-prosody jitsi-meet-web jitsi-meet-web-config jitsi-videobridge2 libasound2
  libasound2-data libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libfontconfig1 libgd3 libjbig0 libjpeg62-turbo liblcms2-2 libnginx-mod-http-auth-pam
  libnginx-mod-http-dav-ext libnginx-mod-http-echo libnginx-mod-http-geoip libnginx-mod-http-image-filter libnginx-mod-http-subs-filter libnginx-mod-http-upstream-fair
  libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream libnspr4 libnss3 libpcsclite1 libtiff5 libwebp6 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
  libxext6 libxi6 libxpm4 libxrender1 libxslt1.1 libxtst6 lua-bitop lua-expat lua-filesystem lua-sec lua-socket lua5.2 nginx nginx-common nginx-full
  openjdk-11-jre-headless prosody ssl-cert uuid-runtime x11-common
Suggested packages:
  default-jre libasound2-plugins alsa-utils cups-common libgd-tools liblcms2-utils pcscd fcgiwrap nginx-doc libnss-mdns fonts-dejavu-extra fonts-ipafont-gothic
  fonts-ipafont-mincho fonts-wqy-microhei | fonts-wqy-zenhei fonts-indic lua-dbi-mysql lua-dbi-postgresql lua-dbi-sqlite3 lua-zlib openssl-blacklist
Recommended packages:
  jitsi-meet-turnserver | apache2 lua5.2-event
The following NEW packages will be installed:
  ca-certificates-java fontconfig-config fonts-dejavu-core java-common jicofo jitsi-meet jitsi-meet-prosody jitsi-meet-web jitsi-meet-web-config jitsi-videobridge2
  libasound2 libasound2-data libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libfontconfig1 libgd3 libjbig0 libjpeg62-turbo liblcms2-2
  libnginx-mod-http-auth-pam libnginx-mod-http-dav-ext libnginx-mod-http-echo libnginx-mod-http-geoip libnginx-mod-http-image-filter libnginx-mod-http-subs-filter
  libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream libnspr4 libnss3 libpcsclite1 libtiff5 libwebp6 libx11-6
  libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxi6 libxpm4 libxrender1 libxslt1.1 libxtst6 lua-bitop lua-expat lua-filesystem lua-sec lua-socket lua5.2 nginx
  nginx-common nginx-full openjdk-11-jre-headless prosody ssl-cert uuid-runtime x11-common
0 upgraded, 61 newly installed, 0 to remove and 25 not upgraded.
Need to get 128 MB of archives.
After this operation, 326 MB of additional disk space will be used.
Do you want to continue? [Y/n]</pre>



<p>During the installation, we will be asked to enter the hostname of our server, which can be your domain.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="420" src="https://www.osradar.com/wp-content/uploads/2021/03/1-12-1024x420.png" alt="1.- Installing Jitsi on Debian 10" class="wp-image-29307" srcset="https://www.osradar.com/wp-content/uploads/2021/03/1-12-1024x420.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/1-12-300x123.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/1-12-768x315.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/1-12-696x286.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/1-12-1068x438.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/1-12.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Installing Jitsi on Debian 10</figcaption></figure>



<p>Then you will be asked if you want to generate a new certificate or use an existing one. In this case, I will generate new certificates.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="477" src="https://www.osradar.com/wp-content/uploads/2021/03/2-10-1024x477.png" alt="2.- Installation process" class="wp-image-29308" srcset="https://www.osradar.com/wp-content/uploads/2021/03/2-10-1024x477.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/2-10-300x140.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/2-10-768x358.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/2-10-696x324.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/2-10-1068x498.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/2-10.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Installation process</figcaption></figure>



<h2 id="preparing-jitsi-for-the-first-use"><a href="#preparing-jitsi-for-the-first-use" name="preparing-jitsi-for-the-first-use"></a>Preparing Jitsi for the first use</h2>



<p>By default, Jitsi is very secure but we need access from the web to be secure too and that is why we need to generate TLS certificates. To do this, install the Certbot package.</p>



<pre class="wp-block-preformatted">sudo apt install certbot</pre>



<p>Then run a script that provides us with the Jitsi installation where we only need to enter our email address.</p>



<pre class="wp-block-preformatted">sudo /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh</pre>



<p>In the end, you will see a success message.</p>



<p>Now the next step is to prevent anonymous users from creating rooms. To do this edit the configuration file for your domain.</p>



<pre class="wp-block-preformatted">sudo nano /etc/prosody/conf.avail/your_domain.cfg.lua</pre>



<p><strong>Remember to replace <code>your_domain</code> with yours </strong>.</p>



<p>And look for the value</p>



<pre class="wp-block-preformatted"> authentication = "anonymous"</pre>



<p>And replace it with:</p>



<pre class="wp-block-preformatted">authentication = "internal_plain"</pre>



<p>At the end of the same file add the following section:</p>



<pre class="wp-block-preformatted">VirtualHost "guest.your_domain"
    authentication = "anonymous"
    c2s_require_encryption = false</pre>



<p>Don’t forget to replace the <code>your_domain</code> value with yours. With this configuration, we will make it so that anonymous users can log in to rooms created by authenticated users.</p>



<p>Save the changes and close the editor.</p>



<p>Now we also need to edit another file to add the host of the guest users.</p>



<pre class="wp-block-preformatted">sudo nano /etc/jitsi/meet/your_domain-config.js</pre>



<p>And change the line</p>



<pre class="wp-block-preformatted">// anonymousdomain: 'guest.example.com',</pre>



<p>To</p>



<pre class="wp-block-preformatted">anonymousdomain: 'guest.your_domain',</pre>



<p>Again, save the changes and close the editor.</p>



<p>Finally, edit the <code>/etc/jitsi/jicofo/sip-communicator.properties</code> file.</p>



<pre class="wp-block-preformatted">sudo nano /etc/jitsi/jicofo/sip-communicator.properties</pre>



<p>And add the following line:</p>



<pre class="wp-block-preformatted">org.jitsi.jicofo.auth.URL=XMPP:your_domain</pre>



<p>Replacing <code>your_domain</code> with yours.</p>



<p>Save the changes and close the editor.</p>



<p>Now create a new user who will be able to create new rooms:</p>



<pre class="wp-block-preformatted">sudo prosodyctl register [user] [your_domain] [password]</pre>



<p>Replace the fields with the values you prefer.</p>



<p>To apply all changes, restart the services.</p>



<pre class="wp-block-preformatted">sudo systemctl restart prosody.service
sudo systemctl restart jicofo.service
sudo systemctl restart jitsi-videobridge2.service
sudo systemctl restart nginx</pre>



<p>And you can visit <code>https://your-domain</code> and enjoy Jitsi.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="506" src="https://www.osradar.com/wp-content/uploads/2021/03/3-6-1024x506.jpg" alt="3.- Jitsi Meet on Debian 10" class="wp-image-29309" srcset="https://www.osradar.com/wp-content/uploads/2021/03/3-6-1024x506.jpg 1024w, https://www.osradar.com/wp-content/uploads/2021/03/3-6-300x148.jpg 300w, https://www.osradar.com/wp-content/uploads/2021/03/3-6-768x379.jpg 768w, https://www.osradar.com/wp-content/uploads/2021/03/3-6-696x344.jpg 696w, https://www.osradar.com/wp-content/uploads/2021/03/3-6-1068x528.jpg 1068w, https://www.osradar.com/wp-content/uploads/2021/03/3-6.jpg 1354w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Jitsi Meet on Debian 10</figcaption></figure>



<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>



<p>Jitsi is another wonderful application because it allows us to deploy a secure and stable video call server. This makes it ideal in professional environments.</p>



<p><a href="https://meet.jit.si/" target="_blank" rel="noreferrer noopener">Website</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-jitsi-meet-on-debian-10/">install Jitsi Meet on Debian 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-jitsi-meet-on-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install OpenMeetings on Ubuntu 20.04 / 18.04?</title>
		<link>https://www.osradar.com/install-openmeetings-ubuntu-20-04-18-04/</link>
					<comments>https://www.osradar.com/install-openmeetings-ubuntu-20-04-18-04/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 29 Jun 2020 23:55:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[comunications]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[openmeetings]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=19126</guid>

					<description><![CDATA[<p>If there is one thing the Internet has completely revolutionized, it is long-distance communications. And with it the business meetings that thanks to many programs are done very quickly and easily through the Internet. But most of these tools are from different companies, and what happens if we want to manage this tool ourselves. That&#8217;s [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-openmeetings-ubuntu-20-04-18-04/">How to install OpenMeetings on Ubuntu 20.04 / 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If there is one thing the Internet has completely revolutionized, it is long-distance communications. And with it the business meetings that thanks to many programs are done very quickly and easily through the Internet. But most of these tools are from different companies, and what happens if we want to manage this tool ourselves. That&#8217;s why today <strong>I will teach you how to install OpenMeetings on Ubuntu 20.04 /18.04.</strong></p>
<p><a href="https://openmeetings.apache.org/" target="_blank" rel="noopener noreferrer">OpenMeetings</a> is an Apache Foundation project that allows you to deploy a server for Internet conferencing. But it&#8217;s not only limited to that, but it also provides chat and file transfer.</p>
<p>Also, OpenMeetings is released as open-source and because it is built in Java it can be run on many different operating systems. With this, quality and security are guaranteed because we can manage everything ourselves.</p>
<p>So let&#8217;s go for it.</p>
<h2>Install OpenMeetings on Ubuntu 20.04 / 18.04</h2>
<p>One of the advantages of OpenMeetings is that it&#8217;s made in Java with all that that implies. That is, robustness, stability, and that Java is cross-platform so it works on almost any system. So the first step is to install Java.</p>
<h3>1.- Install some required packages and Java on Ubuntu 20.04 / 18.04</h3>
<p>Before installing <a href="https://www.osradar.com/how-to-install-java-freebsd-12/" target="_blank" rel="noopener noreferrer">Java</a>, it is convenient to install some dependencies first. So open a terminal session or connect to your server and run the following command:</p>
<pre>:~$ sudo apt install imagemagick ghostscript libxt6 libxrender1 ffmpeg sox</pre>
<figure id="attachment_19163" aria-describedby="caption-attachment-19163" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19163" src="https://www.osradar.com/wp-content/uploads/2020/03/1-15.png" alt="1.- Install some required package for OpenMeetings" width="1365" height="717" srcset="https://www.osradar.com/wp-content/uploads/2020/03/1-15.png 1365w, https://www.osradar.com/wp-content/uploads/2020/03/1-15-300x158.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/1-15-1024x538.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/1-15-768x403.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/1-15-696x366.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/1-15-1068x561.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/1-15-800x420.png 800w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-19163" class="wp-caption-text">1.- Install some required package for OpenMeetings</figcaption></figure>
<p>These packages increase the capabilities of OpenMeetings.</p>
<p>Then we can install Java. The easiest and safest option is to use OpenJDK which is in the Ubuntu repositories. This Open-source implementation of Java is the same but with a more permissive license.</p>
<p>To install it execute the following command:</p>
<pre>:~$ sudo apt install openjdk-11-jre<br />Reading package lists... Done<br />Building dependency tree       <br />Reading state information... Done<br />The following additional packages will be installed:<br />  at-spi2-core ca-certificates-java fontconfig-config fonts-dejavu-core fonts-dejavu-extra java-common libasound2 libasound2-data libatk-bridge2.0-0<br />  libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libdrm-amdgpu1<br />  libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libfontconfig1 libfontenc1 libgif7 libgl1 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0<br />  libglx0 libice6 libjpeg-turbo8 libjpeg8 liblcms2-2 libllvm9 libnspr4 libnss3 libpciaccess0 libpcsclite1 libsensors4 libsm6 libx11-xcb1 libxaw7 libxcb-dri2-0<br />  libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxi6 libxinerama1 libxmu6 libxpm4 libxrandr2<br />  libxrender1 libxshmfence1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 openjdk-11-jre-headless x11-common x11-utils<br />Suggested packages:<br />  default-jre libasound2-plugins alsa-utils cups-common liblcms2-utils pcscd lm-sensors libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei<br />  | fonts-wqy-zenhei fonts-indic mesa-utils<br />The following NEW packages will be installed:<br />  at-spi2-core ca-certificates-java fontconfig-config fonts-dejavu-core fonts-dejavu-extra java-common libasound2 libasound2-data libatk-bridge2.0-0<br />  libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libdrm-amdgpu1<br />  libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libfontconfig1 libfontenc1 libgif7 libgl1 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0 libice6<br />  libjpeg-turbo8 libjpeg8 liblcms2-2 libllvm9 libnspr4 libnss3 libpciaccess0 libpcsclite1 libsensors4 libsm6 libx11-xcb1 libxaw7 libxcb-dri2-0 libxcb-dri3-0<br />  libxcb-glx0 libxcb-present0 libxcb-shape0 libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxi6 libxinerama1 libxmu6 libxpm4 libxrandr2 libxrender1<br />  libxshmfence1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 openjdk-11-jre openjdk-11-jre-headless x11-common x11-utils<br />The following packages will be upgraded:<br />  libdrm-common libdrm2<br />2 upgraded, 70 newly installed, 0 to remove and 57 not upgraded.<br />Need to get 68.3 MB of archives.<br />After this operation, 505 MB of additional disk space will be used.<br />Do you want to continue? [Y/n]<br /><br /></pre>
<figure id="attachment_19164" aria-describedby="caption-attachment-19164" style="width: 1343px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19164 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/2-17.png" alt="2.- Install Java on Ubuntu 20.04 / 18.04" width="1343" height="503" srcset="https://www.osradar.com/wp-content/uploads/2020/03/2-17.png 1343w, https://www.osradar.com/wp-content/uploads/2020/03/2-17-300x112.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/2-17-1024x384.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/2-17-768x288.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/2-17-696x261.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/2-17-1068x400.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/2-17-1121x420.png 1121w" sizes="(max-width: 1343px) 100vw, 1343px" /><figcaption id="caption-attachment-19164" class="wp-caption-text">2.- Install Java on Ubuntu 20.04 / 18.04</figcaption></figure>
<p>Finally, you can check the installed version:</p>
<pre>:~$ java --version<br />openjdk 11.0.6 2020-01-14<br />OpenJDK Runtime Environment (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1)<br />OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1, mixed mode, sharing)</pre>
<p>So, you can continue.</p>
<h3>2.- Install and configure MariaDB (optional)</h3>
<p>This step is optional because Apache OpenMeetings has an integrated database manager. However, it&#8217;s a good idea to rely on MariaDB or MySQL.</p>
<p>To install it, use the following command:</p>
<pre>:~$ sudo apt install mariadb-server<br />Reading package lists... Done<br />Building dependency tree       <br />Reading state information... Done<br />The following additional packages will be installed:<br />  galera-3 libaio1 libcgi-fast-perl libcgi-pm-perl libconfig-inifiles-perl libdbd-mysql-perl libdbi-perl libencode-locale-perl libfcgi-perl libhtml-parser-perl<br />  libhtml-tagset-perl libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl libjemalloc1 liblwp-mediatypes-perl libmysqlclient20<br />  libterm-readkey-perl libtimedate-perl liburi-perl mariadb-client-10.1 mariadb-client-core-10.1 mariadb-common mariadb-server-10.1 mariadb-server-core-10.1<br />  mysql-common socat<br />Suggested packages:<br />  libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx mariadb-test tinyca<br />The following NEW packages will be installed:<br />  galera-3 libaio1 libcgi-fast-perl libcgi-pm-perl libconfig-inifiles-perl libdbd-mysql-perl libdbi-perl libencode-locale-perl libfcgi-perl libhtml-parser-perl<br />  libhtml-tagset-perl libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl libjemalloc1 liblwp-mediatypes-perl libmysqlclient20<br />  libterm-readkey-perl libtimedate-perl liburi-perl mariadb-client-10.1 mariadb-client-core-10.1 mariadb-common mariadb-server mariadb-server-10.1<br />  mariadb-server-core-10.1 mysql-common socat<br />0 upgraded, 29 newly installed, 0 to remove and 54 not upgraded.<br />Need to get 24.1 MB of archives.<br />After this operation, 184 MB of additional disk space will be used.<br />Do you want to continue? [Y/n]<br /><br /></pre>
<figure id="attachment_19166" aria-describedby="caption-attachment-19166" style="width: 1326px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19166 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/3-17.png" alt="3.- Install MariaDB on Ubuntu 20.04 / 18.04" width="1326" height="396" srcset="https://www.osradar.com/wp-content/uploads/2020/03/3-17.png 1326w, https://www.osradar.com/wp-content/uploads/2020/03/3-17-300x90.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/3-17-1024x306.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/3-17-768x229.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/3-17-696x208.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/3-17-1068x319.png 1068w" sizes="(max-width: 1326px) 100vw, 1326px" /><figcaption id="caption-attachment-19166" class="wp-caption-text">3.- Install MariaDB on Ubuntu 20.04 / 18.04</figcaption></figure>
<p>Then use the <code>mysql_secure_installation</code> script to assign a root password.</p>
<p>And finally, it creates the database and the new user dedicated to OpenMeetings.</p>
<pre>:~$ sudo mysql -u root -p<br />&gt;CREATE DATABASE openmeetingsdb;<br />&gt; GRANT ALL PRIVILEGES ON openmeetingsdb.* TO 'openmeetings'@'localhost' IDENTIFIED BY 'userpss';<br />&gt; FLUSH PRIVILEGES;<br />&gt; exit;</pre>
<figure id="attachment_19167" aria-describedby="caption-attachment-19167" style="width: 1009px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19167" src="https://www.osradar.com/wp-content/uploads/2020/03/4-13.png" alt="4.- Creating a new database for OpenMeetings" width="1009" height="404" srcset="https://www.osradar.com/wp-content/uploads/2020/03/4-13.png 1009w, https://www.osradar.com/wp-content/uploads/2020/03/4-13-300x120.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/4-13-768x308.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/4-13-696x279.png 696w" sizes="(max-width: 1009px) 100vw, 1009px" /><figcaption id="caption-attachment-19167" class="wp-caption-text">4.- Creating a new database for OpenMeetings</figcaption></figure>
<h3>3.- Download OpenMeetings on Ubuntu 20.04 / 18.04</h3>
<p>Now we can start downloading OpenMeetings. To do this I&#8217;ll go to the /tmp/ folder and from there with the help of the wget command start the download.</p>
<pre>:~$ cd /tmp/<br />:~$ wget http://www-eu.apache.org/dist/openmeetings/4.0.10/bin/apache-openmeetings-4.0.10.tar.gz</pre>
<p>At the time of writing this post, the latest stable version is 4.0.10 so, first, check and modify the command.</p>
<p>Then, after downloading it, we have to create a folder where we will decompress the file. In my case, I&#8217;ve named it openmeetings.</p>
<pre>:~$ mkdir openmeetings</pre>
<p>Now, decompress the file and move the folder to <code>/opt/</code></p>
<pre>:~$ sudo tar xvf apache-openmeetings-4.0.10.tar.gz -C openmeetings/<br />:~$ sudo mv openmeetings /opt/</pre>
<p>Now access the folder where it is installed and start the server. It will take a while depending on the computer:</p>
<pre>:~$ cd /opt/openmeetings<br />:~$ sudo sh red5.sh openmeetings</pre>
<figure id="attachment_19169" aria-describedby="caption-attachment-19169" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19169 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/5-14.png" alt="5.- Starting OpenMeetings on Ubuntu 20.04 / 18.04" width="1365" height="417" srcset="https://www.osradar.com/wp-content/uploads/2020/03/5-14.png 1365w, https://www.osradar.com/wp-content/uploads/2020/03/5-14-300x92.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/5-14-1024x313.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/5-14-768x235.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/5-14-696x213.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/5-14-1068x326.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-19169" class="wp-caption-text">5.- Starting OpenMeetings on Ubuntu 20.04 / 18.04</figcaption></figure>
<p>Then we can complete the installation from the program&#8217;s web interface.</p>
<h3>4.- Install OpenMeeting on Ubuntu 20.04 / 18.04</h3>
<p>Now you have to complete the installation from the web interface. To do this, open your favorite web browser and go to the following address:</p>
<pre>http://your-server-ip:5080/openmeetings</pre>
<p>Of course, it replaces the corresponding value. Or the DNS.</p>
<p>You&#8217;ll see the following:</p>
<figure id="attachment_19172" aria-describedby="caption-attachment-19172" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19172 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/6-13.png" alt="6.- OpenMeeting on Ubuntu 20.04 / 18.04" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/6-13.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/6-13-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19172" class="wp-caption-text">6.- OpenMeeting on Ubuntu 20.04 / 18.04</figcaption></figure>
<p>Next, press the &#8220;&gt;&#8221; button.</p>
<p>Now, you will see the database configuration screen. Select MariaDB /MySQL and type the credentials.</p>
<figure id="attachment_19173" aria-describedby="caption-attachment-19173" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19173" src="https://www.osradar.com/wp-content/uploads/2020/03/7-9.png" alt="7.- Database configuration" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/7-9.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/7-9-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19173" class="wp-caption-text">7.- Database configuration</figcaption></figure>
<p>Now, create the admin user and Group. Then press the &#8220;&gt;&#8221; button.</p>
<figure id="attachment_19174" aria-describedby="caption-attachment-19174" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19174" src="https://www.osradar.com/wp-content/uploads/2020/03/8-5.png" alt="8.- Creating the user" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/8-5.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/8-5-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19174" class="wp-caption-text">8.- Creating the user</figcaption></figure>
<p>Then, set up some settings for OpenMeetings.</p>
<figure id="attachment_19176" aria-describedby="caption-attachment-19176" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19176 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/9-6.png" alt="9.- Configuring OpenMeetings" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/9-6.png 1354w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/9-6-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-19176" class="wp-caption-text">9.- Configuring OpenMeetings</figcaption></figure>
<p>Now it&#8217;s the converters&#8217; turn. To do this, write down the routes for each of them. And then click on the &gt; button.</p>
<figure id="attachment_19177" aria-describedby="caption-attachment-19177" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19177" src="https://www.osradar.com/wp-content/uploads/2020/03/10-3.png" alt="10.- Configure the convertes on OpenMeetings" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/10-3.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/10-3-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19177" class="wp-caption-text">10.- Configure the converters on OpenMeetings</figcaption></figure>
<p>Keep configuring the software. This time with red5SIP configuration.</p>
<figure id="attachment_19178" aria-describedby="caption-attachment-19178" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19178" src="https://www.osradar.com/wp-content/uploads/2020/03/11-2.png" alt="11.- more OpenMeetings configurations " width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/11-2.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/11-2-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19178" class="wp-caption-text">11.- more OpenMeetings configurations</figcaption></figure>
<p>The next step is to complete the installation.</p>
<figure id="attachment_19179" aria-describedby="caption-attachment-19179" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19179" src="https://www.osradar.com/wp-content/uploads/2020/03/12-3.png" alt="12.- Finish the installation" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/12-3.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/12-3-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19179" class="wp-caption-text">12.- Finish the installation</figcaption></figure>
<p>If everything went well, you will see the following screen.</p>
<figure id="attachment_19180" aria-describedby="caption-attachment-19180" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-19180" src="https://www.osradar.com/wp-content/uploads/2020/03/13-1.png" alt="13.- OpenMeetings installed" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/13-1.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/13-1-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19180" class="wp-caption-text">13.- OpenMeetings installed</figcaption></figure>
<p>So, log in and start to use the application.</p>
<figure id="attachment_19181" aria-describedby="caption-attachment-19181" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-19181 size-full" src="https://www.osradar.com/wp-content/uploads/2020/03/14-1.png" alt="14.- OpenMeetings on Ubuntu 20.04 / 18.04" width="1366" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/14-1.png 1366w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/03/14-1-858x420.png 858w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-19181" class="wp-caption-text">14.- OpenMeetings on Ubuntu 20.04 / 18.04</figcaption></figure>
<figure id="attachment_21402" aria-describedby="caption-attachment-21402" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-21402" src="https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings.png" alt="OpenMeetings" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings.png 1354w, https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2020/03/Screenshot_2020-06-29-OpenMeetings-1068x528.png 1068w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-21402" class="wp-caption-text">OpenMeetings</figcaption></figure>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>Within an organization or educational environment, communication plays an important role. And thanks to OpenMeetings you can deploy a server that allows you to have meetings and chat, manage it and share files. Today you have learned how to install this tool on a Ubuntu 20.04 / 18.04 server.</p>
<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram channel.</a></p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-openmeetings-ubuntu-20-04-18-04/">How to install OpenMeetings on Ubuntu 20.04 / 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-openmeetings-ubuntu-20-04-18-04/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
	</channel>
</rss>
