<?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>Ubuntu 22.04 &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/ubuntu-22-04/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Wed, 30 Nov 2022 17:01:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>Ubuntu 22.04 &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to install NextCloud on my Ubuntu 22.04</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-nextcloud-on-my-ubuntu-22-04/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-nextcloud-on-my-ubuntu-22-04/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 29 Sep 2022 10:45:58 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=5026</guid>

					<description><![CDATA[NextCloud &#8211; Nextcloud Hub &#8211; Hub integrates the four key Nextcloud products Files, Talk, Groupware and Office into a single platform, optimizing the flow of collaboration. Reduce risk, improve citizen communication and reduce operational expenses with the leading content collaboration platform. Contact us now to learn how we can help [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><a href="https://nextcloud.com/">NextCloud</a></strong> &#8211; Nextcloud Hub &#8211; Hub integrates the four key Nextcloud products Files, Talk, Groupware and Office into a single platform, optimizing the flow of collaboration. Reduce risk, improve citizen communication and reduce operational expenses with the leading content collaboration platform. Contact us now to learn how we can help you! It is also worth noting that this is a special application with which you will be able to manage open source files, which allows you to create, edit, host and share files without restrictions. </p>



<h2 id="initial-steps-for-installing-dependencies" >Initial steps for installing dependencies</h2>



<p>By default, the Snap daemon is enabled on most Ubuntu server distributions. In any case, install it with the following command.</p>



<pre class="wp-block-code"><code>apt install snapd</code></pre>



<p>Check the installed version of snap.</p>



<pre class="wp-block-code"><code>sudo snap version</code></pre>



<p>Next, make a output and you cah show it (For ubuntu 22.04)</p>



<pre class="wp-block-code"><code> snap    2.57.1
 snapd   2.57.1
 series  16
 ubuntu  22.04
 kernel  5.15.0-41-generic</code></pre>



<p> Then you can install tne NextCloud programm. Use this command with <strong>snap</strong></p>



<pre class="wp-block-code"><code>snap install nextcloud</code></pre>



<h2 id="configure-your-nextcloud" >Configure your NextCloud</h2>



<p>The first step in your successful configuration should be to configure UFW to allow HTTP network traffic on server port 80. Please use this command</p>



<pre class="wp-block-code"><code>ufw allow 80/tcp</code></pre>



<p>Next, you should allow access to https in order for everything to work fine. Use this command:</p>



<pre class="wp-block-code"><code>ufw allow 443/tcp</code></pre>



<p>After you have made the necessary changes, you should <strong>reload</strong> the firewall. Use command to reload:</p>



<pre class="wp-block-code"><code> ufw reload</code></pre>



<p>To activate the NextCloud database and configuration file values, visit your server&#8217;s IP address using a web browser.</p>



<pre class="wp-block-code"><code> http:&#47;&#47;Your_IP_Address</code></pre>



<p>Now it remains to enter a username and a strong password to create the first administrator account. Then open your most preferred text editor and edit the main <strong>NextCloud</strong> configuration file.</p>



<pre class="wp-block-code"><code>nano /var/snap/nextcloud/current/nextcloud/config/config.php</code></pre>



<p>Find the &#8220;trusted_domains&#8221; =&gt;` section and replace the server IP address with your domain name as shown below.</p>



<pre class="wp-block-code"><code> 'trusted_domains' =&gt;
    array (
       0 =&gt; 'nextcloud.Your_Domain_Name.com',
     ),</code></pre>



<p>Then save and close the file. Install the <strong><a href="https://hostry.com/solutions/ssl-for-free/">Let&#8217;s Encrypt SSL certificate</a></strong> to secure your NextCloud server with HTTPS by running the following command.</p>



<pre class="wp-block-code"><code>nextcloud.enable-https lets-encrypt</code></pre>



<p>You can find how to install your security certificate <a href="https://help.hostry.com/article-categories/ssl-guides/"><strong>here</strong></a> (based on your web server).</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-nextcloud-on-my-ubuntu-22-04/feed/</wfw:commentRss>
			<slash:comments>88</slash:comments>
		
		
			</item>
	</channel>
</rss>
