Skip to main content
Question

Nextcloud Client - How to pre configure server address ?

  • May 20, 2026
  • 0 replies
  • 9 views

Forum|alt.badge.img+10

Hey,

I am looking for a way to pre configure the server address for the Nextcloud Client.

Even in Version 33.0.4 does a Configuration Profile not work.

This is the JSON that I use, but it does not work for domains

com.nextcloud.desktopclient
or
com.nextcloud.desktopclient.mac

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>serverurl</key>
<string>https://your.domain</string>
<key>username</key>
<string>$USERNAME</string>
</dict>
</plist>

Has anyone found out, how to get this to work?

Thanks in advance.