Utixo storage involves the use of multiple protocols, in this article we see how to use SMB sharing also called CIFS.
First you need to create a user on your control panel and enable the SMB protocol:
Go to the user creation function, create a user, select a folder and enable SMB protocols and remote connectivity.
Once created, you can view the UNC path for use with Linux and Windows
However, the format is as follows:
Linux/Unix:
//<username>.your-storagebox.de/<username>
Windows
\\<username>.your-storagebox.de\<username>
At this point you can use this path to map a network drive or to configure your own backup software that uses SMB.