How to connect with SFTP

This guide will show you how to connect with SFTP to your server. Did you know that SFTP is even faster than dragging/dropping 100+ MB files?

Step 1

Navigate to the ⚙️Settings of your server.

Step 2

Click "Launch SFTP" (if you have https://cyberduck.io or other SFTP apps that support URIs). If it doesn't work, please use the following details in the sftp connection: Host Name: The server address (starts with sftp://), THIS IS NOT THE SERVER IP (like node2.clutchvps.no:26262)

Connection Type: SFTP (if you somehow use FTP, you have full responsibility for any credentials/data sent/received)

Username: The username, right below the server address

Password: The password you use for logging in to the server panel.

Port: Depends on which your node is on, so please check the "Server Address' last digits, and remove the colon/digits from "Server Host".

Path: This is not required, but if you want to get to deep folders easily, you can specify the path (after /home/container). Example: If I had important files at /assets/configs/main/include/path/main.config, I would specify the path as:

/assets/configs/main/include/path/

Example:

Last updated