How to install a cloud service at home: It's easy
‘ZDNET Recommends’: What exactly does it mean?
ZDNET’s recommendations are based on many hours of testing, research, and comparison shopping. We gather data from the best available sources, including vendor and retailer listings as well as other relevant and independent reviews sites. And we pore over customer reviews to find out what matters to real people who already own and use the products and services we’re assessing.
When you click through from our site to a retailer and buy a product or service, we may earn affiliate commissions. This helps support our work, but does not affect what we cover or how, and it does not affect the price you pay. Neither ZDNET nor the author are compensated for these independent reviews. Indeed, we follow strict guidelines that ensure our editorial content is never influenced by advertisers.
ZDNET’s editorial team writes on behalf of you, our reader. Our goal is to deliver the most accurate information and the most knowledgeable advice possible in order to help you make smarter buying decisions on tech gear and a wide array of products and services. Our editors thoroughly review and fact-check every article to ensure that our content meets the highest standards. If we have made an error or published misleading information, we will correct or clarify the article. If you see inaccuracies in our content, please report the mistake via this form.
How to install a cloud service at home: It’s easy
I recently wrote an opinion piece on the most important reason you should be using Linux at home.
See also
In the end, it’s all about keeping your data safe from third-party services and the ability to expand the applications, services, and tools you have available to you — without having to break the bank or get a degree in computer science.
You might either not know about Linux or believe it to be too challenging for your skills.
For those that haven’t heard of Linux, it’s a free operating system you can install on computers (or as virtual machines) that is more powerful, flexible, reliable, and secure than either Windows or MacOS.
And Linux is everywhere. Not only does it run on computers, but also on IoT devices, smart devices, appliances, automobiles, and more.
In this series on making use of Linux at home, I want to show you how to install the Nextcloud on-premises cloud host. Think of it as your own Google Workspace, complete with documents, storage, calendar, email, and more.
Also: My new idea for a great new beginner-friendly Linux distribution
It should come as no surprise (given the title of this piece), that there’s a very easy way to install this cloud platform and I’m going to show you how it’s done.
Ready?
How to install a cloud service at home: It’s easy
Requirements
To successfully install Nextcloud, you will need an instance of Ubuntu Server up and running on your home network. Fear not, as I’ve already explained how you can do this in under 30 minutes. With that server running, you’ll need a user with sudo privileges (which you create during the operating system installation).
That’s it. Let’s do this.
1. Log in to Ubuntu Server
The first thing is to log in to your Ubuntu Server instance, which will land you at the terminal window.
2. Install Nextcloud with snap
To install Nextcloud, issue the command:
sudo snap install nextcloud
3. Find the IP address of your server
The Nextcloud command line installation should go off without a hitch and finish in less than a minute.
Also: How to change your IP address with a VPN (and why you should)
When that finishes, you’ll need to first know the IP address of your server with the command:
ip a
4. Access the web installer
Open a web browser and point it to http://SERVER (where SERVER is the IP address of your Ubuntu server).
5. Create an admin user
In the resulting window of your web browser, type a new username and password to be used as an admin user.
6. Install recommended apps
In the resulting window, click Install Recommended Apps to add the Calendar, Contacts, Mail, Nextcloud Office, and Talk apps (you can add more later). This installation will take a bit more time (less than 5 minutes).
Also: Try these Linux app equivalents if you’re interested in making the jump
Allow the installation to complete and you’ll be presented with the Nextcloud Hub, where you can access all of the pre-installed apps and start using your in-house cloud service.
Next steps with Nextcloud
After the installation is complete, you can start using Nextcloud as is. However, I would suggest you at least configure the email server settings, so you’ll be able to share and collaborate on files. To configure the email server, you’ll first need to have an SMTP server. You can always use the Google SMTP server, the settings of which you’ll need are:
- SMTP server: smtp.gmail.com.
- Port: 465.
- From email address: Your Gmail address.
- Password: Your Gmail password (or app password, if you use two-factor Authentication with Gmail).
To configure the SMTP server, click your Nextcloud profile icon at the top right of the window and, from the drop-down, click Administration Settings. From the left sidebar, click Basic Settings, and then in the resulting window, scroll down until you see the Email Server section. Fill in the options as outlined above and click Save. With that complete, click Send Email to make sure everything is working.
Once you’ve taken care of the SMTP server settings, click the Mail icon at the top of the window. When prompted, fill out the necessary information for your email account, and click Connect.
With this complete, your Nextcloud instance can do just about anything your other cloud services can offer… all the while remaining within your home network. Even with the installation of Ubuntu Server, you should be able to complete this process in well under an hour. Believe me when I tell you, the time invested will be well worth it.