Guides

How to Connect to your SFTP

SkailarHost Team
February 9, 2026
6 min read
How to Connect to your SFTP

SFTP is the fastest way to upload, download, and manage files on your SkailarHost server. This guide shows exactly where to find your host, port, username, and password in the panel, then how to connect using popular clients (FileZilla/WinSCP) or the terminal.

TL;DR

Open your SkailarHost panel → find SFTP Details (on the Dashboard or Settings tab) → copy Server Address, Port, and Username your SFTP password is the same as your panel password → connect with an SFTP client.

Step 1 — Find your SFTP credentials in the panel

In your SkailarHost server panel, you can find your SFTP connection info on the Dashboard or the Settings tab. Look for a section labeled SFTP Details.

SkailarHost panel showing SFTP Details (server address, port, username)
Your SFTP credentials are shown in SFTP Details. (Dashboard or Settings tab)

You’ll usually see:

  • Server Address (example format: sftp://ams2.skailarhost.com:2022)
  • Port (commonly 2022 on many panels)
  • Username (unique per server)
  • Password: your panel password (same password you use to log in)

Step 2 — Connect with FileZilla (recommended for most users)

FileZilla is a popular free SFTP client. To connect, open FileZilla and enter:

FileZilla fields:

Host: sftp://YOUR_SERVER_ADDRESS
Username: your SFTP username
Password: your panel password
Port: 2022 (or whatever your panel shows)

FileZilla panel showing SFTP Details (server address, port, username)
Enter your SFTP credentials on FileZilla UI and click "Quickconnect".

The first time you connect, you may see a host key prompt. That’s normal for SFTP/SSH. Verify it looks reasonable, then click OK or Trust.

Step 3 — Connect with WinSCP (Windows)

WinSCP is great on Windows and makes permissions + transfers very straightforward. Create a new site and set:

WinSCP settings:

  • File protocol: SFTP
  • Host name: your server address (without sftp:// is fine)
  • Port number: 2022 (or panel value)
  • User name: SFTP username
  • Password: panel password
WinSCP panel showing SFTP Details (server address, port, username)
Enter your SFTP credentials on WinSCP UI and click "Login" (bottom).

Where are my files?

After connecting, you’ll see your server’s directory tree. Most games and apps keep important files under a main folder (often something like /home/container depending on setup). If you’re not sure which folder to use, check your server’s panel file manager and match the paths.

Common SFTP errors (and quick fixes)

  • Authentication failed: double-check the username, and remember your SFTP password is the same as your panel password.
  • Connection timed out: verify the server address and port from the panel, and make sure you selected SFTP (not FTP).
  • Wrong port: many hosts use 2022 by default. Some hosts may show a different port. Always use the port shown in your panel.
  • Can’t upload / permission denied: make sure you’re uploading to the correct folder and that the file isn’t in use. Restarting the server can also release file locks.

Need help?

If you’re stuck, send us a screenshot of the exact error and we’ll guide you to the fix quickly.

Want faster uploads and less downtime?

SkailarHost servers are built for smooth file transfers, fast NVMe storage, and stable performance—so your uploads finish quickly and your server stays responsive.

Tags

#SFTP#File Manager#Uploads#Guides#Troubleshooting

Related Articles