LibreOffice NextCloud WebDAV Configuration

I wanted to share how I configure my LibreOffice 6.0’s WebDAV connection in order to enable Remote NextCloud 13 file editing.

  1. Determine your NextCloud’s WebDAV connection string.
    1. Login to your NextCloud server.
    2. Click the Settings option in the lower-left. There you will see your NextCloud WebDAV connection string. Mine is https://<ip-address>/nextcloud/remote.php/webdav/.
  2. Open your LibreOffice App, we’ll use Writer as an example.
  3. Go to File -> Open Remote.Libreoffice Open Remote
  4. A dialog will be opened select Add Service. Another dialog will be opened named File Services this is where you will provide your connection settings. Your initial configuration will look like this:WebDAV Settings Initial Configuration
    1. Type: WebDAV.
    2. Host: This is the host of your NextCloud Server. This could be a Domain name, mine was only an IP address because I don’t have DNS Server yet.
    3. Port: I didn’t touch that option. It will default to 80 when the Secure Connection was unchecked and will default to 443 when checked.
      1. 80 for when your NextCloud Server was configured to use HTTP.
      2. 443 for when your NextCloud Server was configured to use HTTPS.
    4. Secure Connection: This decides which port you will use unchecking or checking this option depends if you’re using regular HTTP or if you’re using secured HTTPS protocol in your NextCloud Server.
    5. Label: You can write any label that you want.
    6. Root: set this to point the connection into your whole root folder or to a specific folder.
      1. The /nextcloud/remote.php/webdav/ will show your entire root folder.
      2. While /nextcloud/remote.php/webdav/Documents will only show your Documents folder.
  5. Click OK and you’ll be greeted by these dialogs.
    1. The Security Warning. This shows whenever you have HTTPS enabled in your Nextcloud server and you use a self-signWebDAV Connection Certificate Confirmationed certificate. Just click Continue.
    2. Username and password prompt. You need authentication in order to make connection to the user files. Provide the user account credentials.
    3. LibreOffice master password. LibreOffice wants you to register a password for the remote connection for security pruposes.
  6. If all the data you provided were correct, your WebDAV connection will be successful and your root files should be visible in the dialog. You can choose to edit the files using your laptop and the saves will be reflected to your files in your NextCould Server.LibreOffice WebDAV root

That’s all folks! I hope that this article could help. Thanks for the read!

About hitman101

A mad tinkerer of electronics and unconventional syntactic characters.
This entry was posted in Computers and tagged , , , , , , , . Bookmark the permalink.

Leave a comment