Home Blog Archive Software Ubuntu: OwnCloud install and setup - how to

Ubuntu: OwnCloud install and setup - how to

  • Oct 01, 2025
  • 386
  • 0

With OwnCloud you can have your own Cloud Server. You'll learn in this practical tip on how you can do this install on Ubuntu.

OwnCloud on Ubuntu install and set up – so it works

  1. Before you begin the steps below, you should make sure with "sudo apt-get update" that your System is up-to-date.
  2. Then proceed with the Download of the installation package by typing the following command: sh -c "echo 'deb http://download.owncloud.org/download/repositories/stable/Ubuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud.list"
  3. Then you need the Release Key, the you with "wget -nv https://download.owncloud.org/download/repositories/stable/Ubuntu_14.04/Release.key -O Release.key" and "sudo apt-key add - < Release.key" can apply.
  4. After start with "sudo apt-get install owncloud", the Installation of OwnCloud. To do this, follow the instructions in the process.
  5. After a successful Installation, you can find the files in the sub folder "owncloud".
  6. Now you are prompted for an Administrator password set. Memorise this password.
  7. You can also manage the Server, we recommend phpMyAdmin for you. This you can install with "sudo apt-get install phpmyadmin".
  8. After the successful Installation of phpMyAdmin, you can use OwnCloud now and manage.
Ubuntu: OwnCloud install
How to make your OwnCloud encrypt can, we can tell you in our next practice tip.

YOU MAY ALSO LIKE

0 COMMENTS

LEAVE A COMMENT

Human?
1 + 3 =