

- HOW TO ADD ANOTHER USER NEXTCLOUD HOW TO
- HOW TO ADD ANOTHER USER NEXTCLOUD INSTALL
- HOW TO ADD ANOTHER USER NEXTCLOUD UPDATE
- HOW TO ADD ANOTHER USER NEXTCLOUD ARCHIVE
It should have at least 8 characters and consist of lower and upper case letters, as well as at least one number and one special character.ĭata directory: Select the path to the folder where the data should be located. “Admin”, “root” or similar should be avoided in order to not make it easy for attackers. Username: Choose any username for the admin account. The following screen should appear:Įnter the following information from the top down: You can now exit MySQL: Copy exit Configuring your Nextcloud server Then create a database user for Nextcloud and grant the necessary rights: Copy create user identified by ‘my_password’ grant all privileges on nextcloud.* to flush privileges You can then create a database for Nextcloud: Copy create database nextcloud In order to create a database for Nextcloud, you have to log on to your own MySQL server as root: Copy mysql -uroot -p Warning! If a web page is already running on this server, the content in /var/www/html will be overwritten by the move. If a vhost has been created for Nextcloud or it is run in a subfolder, the second part of the command must be modified so that the files are copied to the correct directory. Nextcloud is then accessible via the domain.
HOW TO ADD ANOTHER USER NEXTCLOUD INSTALL
Copy apt-get install libapache2-mod-php7.0 php7.0-gd php7.0-json php7.0-mysql php7.0-curl apt-get install php7.0-mbstring php7.0-intl php7.0-mcrypt php-imagick php7.0-xml php7.0-zip

If all of them are in place, Ubuntu will tell you “nothing is to do”, otherwise it will install the plugins.

Now you need to change the permissions to the folder nextcloud: Copy chown -R www-data:www-data /var/www/htmlĪfter this, please check if all necessary plugins are installed successfully simply by installing them again. Then you will need to move the extracted folder into the right location: Copy mv. If unzip is not installed on the server, you can do so with the following command: Copy apt -y install unzip
HOW TO ADD ANOTHER USER NEXTCLOUD ARCHIVE
You will need to extract the archive by using unzip: Copy unzip latest-12.zip You can use wget to load the archive directly to the server: Copy wget Therefore it is necessary to download the latest version (currently version 12.0.0) directly from the manufacturer page.

Unfortunately, Nextcloud does not currently offer a package for installation via APT. The server is then ready to continue with the installation. Then install the following programs and extensions with this command: Copy apt -y install php-mbstring php php-zip php-xml php-common php-gd php-curl
HOW TO ADD ANOTHER USER NEXTCLOUD UPDATE
However, before this can happen, the server should be updated with the following command: Copy apt -y update & apt -y upgrade & apt -y dist-upgrade If you need help installing a LAMP stack, the following article will help: LAMP auf Ubuntu 16.04 installierenīefore we start, there are a few things that need to be installed manually. A LAMP stack must be installed and encrypted, we suggest using Let’s Encrypt. With gridscale you can also connect via VNC, so you don’t need to allow ssh connections to your server.Īfter this, some prerequisites must be fulfilled. Preparing your Serverįirstly, you need to connect to your Ubuntu Server via ssh, or just open a terminal if physical access is possible.
HOW TO ADD ANOTHER USER NEXTCLOUD HOW TO
This article explains how to install and set up a Nextcloud Server on Ubuntu. One possible software solution is called Nextcloud. It is free, easy to use, and very compatible with the latest software.Īdditionally, there is a large selection of software that enables the creation of a cloud storage server with Ubuntu. It is recommended to use Ubuntu 16.04 LTS as the operating system. However, data protection isn’t the only reasons to have the whole thing under control.Īll you need is a stable server with a good connection, upload and download, and sufficient space for all data, as well as a domain that points to your own server. There are many cloud storage providers that make this service available to anyone. It is very easy to have your data available everywhere, at any time, nowadays.
