From the course: Building an Ubuntu Server

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Cloud file hosting with Nextcloud

Cloud file hosting with Nextcloud - Linux Tutorial

From the course: Building an Ubuntu Server

Cloud file hosting with Nextcloud

- Using services like Nextcloud we can transform our server into a private cloud server for files, contacts, photos, calendars and more. Nextcloud allows clients to sync information. And it's a popular choice for small and large organizations alike. To install Nextcloud on our Ubuntu server, we can either perform a manual installation, setting up the web server, a database server, and so on by hand or we can use the snap version of Nextcloud, which handles this all for us. Nextcloud starts out running on port 80 providing an unsecured HTTP management interface. So I'll need to make sure port 80 is available on my system. The ports can be changed but that's not something we'll focus on here. It looks like I still have my internet server running on port 80 from a previous video. So I'll stop and disable that. It looks like port 80 is open on my firewall, too. So I don't need to make any changes there. If I did…

Contents