Accessing your VPS/KVM or dedicated server could be done through a number of ways such as SFTP or FTP. SFTP uses ssh which if you can access your server using ssh then you can use SFTP

Password-based Login

The host is the IP/domain you use to access your server. Make sure to add sftp:// in front of it

The username is whatever user you want to connect to by default it is root.

Password is whatever password you use to connect using SSH.

Port is whatever your SSH port is which is usually port 22
43c35ddeb0aa26561e54a3a37e297ef09b1c9e34ab1aa70d6e36c03646f09da21c2785c16319431c?t=5ed16b8c45196f5421899a715e9d358c

SSH Key-based login

If you set up ssh keys you will need to use site manager as it won't work using the standard quick connect option. 

1) Select the the left most button which looks like 3 different computers and a pipe below.

d262e6ce4a418e6a6f46cd0b1768b033f7741de47af90c58281f5ffd74c3a170a7a92bcc1d6893c9?t=4f8acb5c2f7cda95706f231714e88ec0

Then you should see a screen like this
fff6b3a0a4d55c88fdf7aa25dbc83ff3f5a30862dbb416ec97a07f4624dbf4bb2106c9bbdee00eb3?t=12cc55e6e7729f4c947dcc4d1ef76cfb
2) Set the protocol to SFTP instead of FTP unless you enabled FTP.
26e077283fc7a8d23f2246edbeb510c7506026d75119b14a2c5ba210f756c47ea4e792b35a7b8e37?t=52304c895ed3306a0695986c99df16af

3) Set the Logon Type to Key File

17a207995b09b92c5bbae81a9bc2e7bb6cad41950a9a8f4bbbaf90e937256803a111e85bc839a240?t=0733c80765480ba52255ffa12e9317f3

4) Fill in the details

Set the Host to the server IP or domain. 

Port to the ssh port which is usually 22

Set the user to the user you want to connect to which you want to connect to. Normally it would be root.

The key file is the path to the private key. Find where the .ppk or putty private key is located usually in the .ssh folder.

5) You can now edit your files