You are on page 1of 5

6/22/2021 LifeHacker: How to Set Up Your Own Private Cloud Storage Service in Five Minutes with ownCloud

a 

Blog | Getting started

How to Set Up Your Own


Private Cloud Storage Service
in Five Minutes with
ownCloud
In this short tutorial, we'll show you how to get ownCloud up and running quickly
using Docker on macOS, Windows, and 64-bit Linux.

By ownCloud

A lot of people want to pull their data off the cloud for a variety of reasons. Instead of missing out on those great
syncing features, though, you can create your own cloud storage service that you control with a service called
ownCloud. The best part: it only takes about five minutes to get it set up.

The nontechnical way: SaaS

In this short tutorial, we’ll show you how to get ownCloud up and running quickly using Docker on macOS,
Windows, and 64-bit Linux. If this sounds too technical for you, consider using our software-as-a-service offering
ownCloud.online, where we host your very own single-instance ownCloud for a competitive per-user fee. 2
Registration and instance creation only take a few minutes.

Using Docker

While you can install ownCloud the traditional way on a LAMP server consiting of a Linux operating system, an

https://owncloud.com/news/lifehacker-how-to-set-up-your-own-private-cloud-storage-service-in-five-minutes-with-owncloud/ 1/5
6/22/2021 LifeHacker: How to Set Up Your Own Private Cloud Storage Service in Five Minutes with ownCloud

Apache webserver, a Mysql/MariaDB database and PHP, we recommend using Docker for swift delivery and
compatibility. Docker delivers software in containers using OS-level virtualization.

Step 1: Install Docker

Windows: https://docs.docker.com/docker-for-windows/install/

macOS: https://docs.docker.com/docker-for-mac/install/

Linux: Install the Docker Engine and Docker Compose according to your OS specifics

Step 2: In your terminal, create the ownCloud folder and cd into the folder (for example mkdir owncloud-
docker-server and then cd owncloud-docker-server )

Step 3: Get the Docker compose file, e.g. through wget


https://raw.githubusercontent.com/owncloud/docs/master/modules/admin_manual/examples/installation/docker
compose.yml

Step 4: Set the environment parameters needed – please change domain, admin username and admin password
accordingly:

cat << EOF > .env

OWNCLOUD_VERSION=10.6

OWNCLOUD_DOMAIN=localhost:8080

ADMIN_USERNAME=admin

ADMIN_PASSWORD=admin

HTTP_PORT=8080

EOF

Step 5: Set up your ownCloud through the command docker-compose up -d and wait until it the process is
ready

Step 6: Login to your ownCloud at localhost:8080 or whatever domain you chose to use

Step 7: Install the ownCloud Desktop Client and the ownCloud App for iOS or Android and connect them to your
ownCloud

Step 8: Open your browser and log into your new ownCloud at http://localhost:8080!

In an upcoming post, we’ll explain how to add ssl and a custom domain to your new ownCloud.

Go to news overview

 ownCloud

 January 14, 2021

2
Ready to see what’s next?
https://owncloud.com/news/lifehacker-how-to-set-up-your-own-private-cloud-storage-service-in-five-minutes-with-owncloud/ 2/5
6/22/2021 LifeHacker: How to Set Up Your Own Private Cloud Storage Service in Five Minutes with ownCloud

First Name

Last Name

Email Address *

Sign-up for the newsletter

* Mandatory field

By submitting this form I agree that I want to to receive notifications and services via email, phone or
personalized ads. Therefore, I agree, that ownCloud stores and uses my contact data for further
information and in order to optimize and adapt the offer to my individual interests. I can revoke my
consent for the future at any time, either directly via the link in emails or by email to
revoke@owncloud.com. For further information please also see the Privacy Statement.

We care about protecting your data. Here’s our Privacy Policy.

Read now:

How-to: Hosting ownCloud Infinite Scale on Uberspace


May 25, 2021
Our guest author Markus Feilner explains how to install ownCloud Infinite Scale on Uberspace in a few easy steps.
read more 

Five steps towards secure remote teamwork


May 3, 2021
https://owncloud.com/news/lifehacker-how-to-set-up-your-own-private-cloud-storage-service-in-five-minutes-with-owncloud/ 3/5
6/22/2021 LifeHacker: How to Set Up Your Own Private Cloud Storage Service in Five Minutes with ownCloud
y
Reinhard Schüller, Key Account Manager at ownCloud, explains how your employees can work productively with sensitive data
from home or anywhere else.
read more 

Shaping secure collaboration across company ecosystems


Apr 12, 2021
With a suitable operating model and features, sensitive files can be shared securely across a company’s ecosystem.
read more 

GET STARTED PRODUCT


Download server Overview
Download desktop app Why ownCloud
Get mobile apps Features
ownCloud.online Pricing
Start Enterprise trial Compare
Self-service Demo Industry solutions
Changelog
Security
Get a quote

COMPANY COMMUNITY HELP

About us Contribute Docs & guides


Our customers Source code Service packages
Partners Beta & testing Customer support
Career Forum FAQs
Press Marketplace Portal
News Chatroom Training
Contact us Request a demo
Recognition & rewards
2
LEGAL

Trademark
Privacy
Imprint

https://owncloud.com/news/lifehacker-how-to-set-up-your-own-private-cloud-storage-service-in-five-minutes-with-owncloud/ 4/5
6/22/2021 LifeHacker: How to Set Up Your Own Private Cloud Storage Service in Five Minutes with ownCloud

FOLLOW US

   

Search  English

Copyright © 2021 ownCloud GmbH

https://owncloud.com/news/lifehacker-how-to-set-up-your-own-private-cloud-storage-service-in-five-minutes-with-owncloud/ 5/5

You might also like