Linux client on Internet, where do I change the setting?

Hi guys,
I’m trying to set up my Raspberry with Urbackup to backup my VPS.
I’ve installed Urbackup on the Raspberry, I did port forwarding on the router and I’ve installed the preconfigured client on the VPS.

Unfortunately, the client is offline so I can’t try the backup function.

oppo@vmi411600:/etc/default$ sudo  urbackupclientctl status
{
"capability_bits": 65548,
"finished_processes": [],
"internet_connected": false,
"internet_status": "no_server",
"last_backup_time": 0,
"running_processes": [],
"servers": [],
"time_since_last_lan_connection": 1677123
}

I don’t understand where I can set the client configuration on the Linux server. I’ve only tried the client on windows and there I can set up which file has to be saved or not, etc.

Could you please help with a hint about what to do?
Thank you,
Alessandro

Ok I just found the
setting under the pre-configured client. Now I’ll try again.

oppo@vmi411600:/etc/default$ sudo  urbackupclientctl status
{
"capability_bits": 65600,
"finished_processes": [],
"internet_connected": true,
"internet_status": "connected",
"last_backup_time": 0,
"running_processes": [],
"servers": [{
"internet_connection": true,
"name": "xxx.xxx.net"
}
],
"time_since_last_lan_connection": 3145735
}