Usage Guidelines – Debian 10 with ownCloud File Share Server

DEBIAN 10

OWNCLOUD FILE SHARE SERVER

The guide on how to work with Debian 10 with ownCloud File Share Server

  1. After purchasing and starting the VM you should know its IP address. You can find it in the personal account of Azure. (You need to select the virtual machine from the list. By clicking the item “Overview”, your IP is displayed in the line of “Public IP Address”).
  1. To work, you must open port 80 (TCP) in the network properties in the azure firewall
  2. To connect to the VM you can use the SSH and PuTTY apps
  1. In the opened console you will need to enter the username and password that were specified  during the creation of the VM.
  2. After login you need to add your VM’s IP to the trusted list.
  3. To add an IP to the trusted list, enter the command  sudo occ config:system:set trusted_domains 1 –value=”YourVM’sIP”
  1. Now you can go to the admin panel. To access the admin panel, you need to enter in the address bar http://yourVM’sIP/
  1. By default login <admin> & password <admin>.
  2. You need to change the standard password, for this go to the settings tab.
  1. In the fields enter the current and new password and click Change Password.
  1. To upload files in the cloud, click on the plus icon and select upload
  1. Official documentation can be downloaded from the cloud.