Download owncloud server for windows 10

To install the ownCloud client in a Windows 10 computer go to this URL  and click on the Download button. The latest ownCloud client version at the time of this writing is 2.4.0 Click on the setup.exe file after the downloading is complete, and the ownCloud client installation wizard should come up:

Download owncloud server for windows 10

Click on Next.

Download owncloud server for windows 10

Make sure the Integration for Windows Explorer option is checked, and click on Next again.

Download owncloud server for windows 10

Chose the Destination folder normally the default is OK. Click on Install

Download owncloud server for windows 10

After the installation is complete click on Next

Download owncloud server for windows 10

Make sure the option Run ownCloud is checked and click on Finish.

Download owncloud server for windows 10

Enter your ownCloud server URL, and then Click Next.

Download owncloud server for windows 10

Enter the username and password and click on Next again.

Download owncloud server for windows 10

Choose Sync everything from the server if you want to sync all the data in your account or Choose what to sync if you want to select what you want to sync. click on Connect after you’ve made your choice.

Download owncloud server for windows 10

Click on Finish and the ownCloud client should be installed in your computer now.

More ownCloud Tutorials


OwnCloud server is a free and open-source cloud storage system. Using ownCloud, you can store your calendar, contacts, and files such as PDF documents, photos, videos, music, etc. and synchronize them with other desktops and smart phones.

You might be using a cloud storage service offered by companies such as Dropbox or Box. A common concern for some of the users using these services is that, there is an upper limit on the amount of data which can be stored for free. And a number of users are also not comfortable with big corporations managing their personal data.

There is a genuine need for a self-controlled and free cloud storage system. OwnCloud serves this need exceptionally well. Not only it's free to use, it gives you complete control over your private data. Moreover, you can encrypt your files in ownCloud to improve their confidentiality. It's a perfect fit for organizations that are concerned with the confidentiality of their data.

Let's see the simple steps to install ownCloud server.

OwnCloud requires the following softwares to be installed on your computer.

  • A server software such as Apache
  • PHP (ownCloud is written in PHP language)
  • A database software (ownCloud comes with SQLite database by default but you can use MySQL)

Fortunately, you don't need to install these softwares separately. All these softwares are packaged in XAMPP and WAMPserver. You just need to install XAMPP or WAMPserver in order to follow this tutorial.

Note: Using WAMP, you can install ownCloud only on Windows, and you can install ownCloud on Windows, Mac, or Linux distributions such as Ubuntu using XAMPP.

Related tutorials:

  • How to install XAMPP on Windows?
  • Installing WAMPserver on windows.

1) Download OwnCloud Server.

Go to http://owncloud.org/install, and download the latest stable version of ownCloud server. We recommend Zip File for Windows users. There is another method to install ownCloud by using the Web Installer. We are not going into this method because this method does not give insight into the installation process of ownCloud.

Extract the contents of the zip file. The extracted contents will be in a folder named "owncloud".

2) Keep ownCloud in the "www" directory of WAMPserver or the "htdocs" directory of XAMPP.

Copy the "owncloud" folder. If you are using XAMPP paste it inside the "htdocs" folder found at "C:\xampp\htdocs". If you are using WAMPserver, you can paste it inside "C:\wamp\www". The final folder path should look like C:\xampp\htdocs\owncloud in XAMPP and C:\wamp\www\owncloud in WAMPserver.

3) Create a Database.

Go to phpMyAdmin and create a MySQL database. If you don't want to use a MySQL database for ownCloud, you can leave this step. OwnCloud comes with SQLite (an SQL database engine) by default, and it will create and use an SQLite database if no MySQL database is provided.

Note: More information on how to create a MySQL database using phpMyAdmin in XAMPP or  WAMPserver.

In this tutorial, we created a MySQL database named “owncloud_db”.

Download owncloud server for windows 10

4) Creating the ownCloud admin account.

Make sure that Apache, PHP, and MySQL are running in your server stack(XAMPP or WAMP). Open a web browser, write “localhost/owncloud” in the address bar, and press the Enter key.

You will see the admin account creation page. You can ignore the security warning while working in localhost (as it is only for testing purpose).

Note: To enable the php OpenSSL extension in XAMPP and WAMP, go here.

Click on “Advanced” in the page as shown above, then click on "MySQL" if you want to use the MySQL database created in step 3.

Now, enter the details as shown below.

  • Write an admin username of your choice.
  • Write a password.
  • Leave the default value for the field Data folder.
  • Write Database user name. You can use “root” which is the MySQL SuperUser.
  • Write Database password. If you are using the “root” user above, you can keep the password field blank if the default password associated with “root” was not changed.
  • Write "localhost" in the field Database host.

Click on the “Finish setup” button.

5) OwnCloud server's installation completed.

If you see the page as shown below, ownCloud server has been installed successfully. Now you can configure your Owncloud installation according to your needs.

If you want to know how to choose a hosting for ownCloud, you can see our detailed guide on how to choose an ownCloud hosting.

Related:

Synchronize files between ownCloud sync client and ownCloud server in localhost.

How to choose an ownCloud hosting?

ownCloud Tutorials: Building your own cloud

Installing contributed Apps in OwnCloud Server.

How to create and administer users and groups in OwnCloud?

Share and edit documents collaboratively in OwnCloud.

Using the OwnCloud's Contacts app.

How do I install ownCloud on Windows 10?

Contents show.
Step 1: Enable the Windows subsystem for Linux (WSL).
Step 2: Install Ubuntu 18.04/20.04 Linux App..
Step 3: Install Apache, MySql/ MariaDB plus PHP on Windows 10..
Step 4: Check your Windows 10 Apache installation..
Step 5: Download Owncloud server..
Step 6: Create an Owncloud configuration file for Apache..

Can ownCloud run on Windows?

You can download the latest version of the ownCloud Desktop App from the Desktop App Download page. There are Desktop Apps for Linux, macOS, and Microsoft Windows available.

Is ownCloud server free?

Is owncloud free? It can be, depending on your needs. ownCloud is open source and anybody can deploy it. To unlock additional functionality and support, the ownCloud GmbH offers premium subscriptions.

How do I run my ownCloud server?

Install ownCloud on Ubuntu 20.04.
Download ownCloud..
Install ownCloud..
Configure ownCloud's Trusted Domains..
Configure the cron Jobs..
Configure Caching and File Locking..
Configure Log Rotation..