Client link with server username and password

I am trying to get a client work
I have a sever with password protection and I can’t find the way to add it
Normally there is the link http://Ip_address:port/owncloud and then password for owncloud login,but what if owncloud is in a password protected server?

I guess you mean you have an additional http basic auth set up on your server?
If yes, you should be able to use the following format:
http://username:password@Ip_address:port/owncloud

More information here:

Hey,

from what i have read in the past ownCloud is also using such a basic authentication for the WebDAV, CalDAV and CardDAV access and you can’t put an additional one in front of ownCloud as both would conflict.