SFTP & WinSCP Guide
SFTP (Secure File Transfer Protocol) allows you to manage your server files directly from your computer using a file transfer client. This is faster and easier than using the web-based File Manager for large transfers.What is SFTP?
SFTP is a secure way to transfer files between your computer and your server. Benefits include:- Faster transfers - Upload/download large files quickly
- Drag and drop - Familiar file manager interface
- Bulk operations - Move many files at once
- Resume transfers - Continue interrupted uploads
- Edit locally - Use your preferred text editor
Getting SFTP Credentials
Your SFTP connection details are in the Game Panel:Open Game Panel
Go to panel.vexiumhosting.com and select your server
Find SFTP Details
Look for the SFTP connection information:
- Server Address - The SFTP host and port
- Username - Your SFTP username
The SFTP address typically looks like:
sftp://panel.vexiumhosting.com:2022Your username will look like: username.serveridSetting Up WinSCP
WinSCP is a free, popular SFTP client for Windows.Download and Install
- Download WinSCP from winscp.net
- Run the installer
- Follow the installation wizard
- Launch WinSCP
Connect to Your Server
Enter Connection Details
Fill in the fields:
- File protocol: SFTP
- Host name:
panel.vexiumhosting.com(without sftp://) - Port number:
2022 - User name: Your SFTP username from the panel
- Password: Your Game Panel password
WinSCP Interface
Once connected, you’ll see:- Left panel - Your local computer files
- Right panel - Your server files
- Toolbar - Common actions
Transferring Files
Upload files to server:- Navigate to the destination folder on the right (server)
- Find files on the left (local)
- Drag files from left to right, or select and press F5
- Navigate to the folder on the right (server)
- Navigate to destination on the left (local)
- Drag files from right to left, or select and press F5
- Right-click a file on the server
- Select Edit
- Make changes in the editor
- Save - WinSCP uploads automatically
Alternative SFTP Clients
FileZilla (Windows, Mac, Linux)
- Download from filezilla-project.org
- Open FileZilla
- Go to File → Site Manager
- Click New Site
- Enter:
- Protocol: SFTP
- Host:
panel.vexiumhosting.com - Port:
2022 - User: Your SFTP username
- Password: Your panel password
- Click Connect
Cyberduck (Windows, Mac)
- Download from cyberduck.io
- Click Open Connection
- Select SFTP from dropdown
- Enter server details
- Click Connect
Termius (Windows, Mac, Linux, Mobile)
- Download from termius.com
- Add new host with SFTP details
- Connect
Common Tasks
Uploading Mods
- Connect via SFTP
- Navigate to the mods folder for your game
- Drag mod files from your computer
- Wait for upload to complete
Uploading World Saves
- Connect via SFTP
- Navigate to the saves/world folder
- Upload your save files
- Restart the server
Downloading Backups
- Connect via SFTP
- Navigate to your backups or saves folder
- Select files to download
- Drag to your local computer
Bulk File Editing
- Download config files to your computer
- Edit with your preferred text editor
- Upload back to the server
- Restart if needed
Troubleshooting
Connection Refused
- Verify the host and port are correct
- Check that you’re using SFTP (not FTP)
- Ensure port is 2022, not 22
Authentication Failed
- Double-check your username (includes server ID)
- Verify password matches your panel password
- Reset panel password if needed
Connection Timeout
- Check your internet connection
- Try a different network
- Contact support if issue persists
Permission Denied
- Some files may be protected
- Try stopping the server first
- Contact support for file permission issues
Slow Transfers
- Large files take time
- Check your internet upload speed
- Compress files before uploading if possible
Best Practices
Quick Reference
| Setting | Value |
|---|---|
| Protocol | SFTP |
| Host | panel.vexiumhosting.com |
| Port | 2022 |
| Username | Found in Settings tab |
| Password | Your panel password |
