File Management · Guide 6
Connecting via SFTP (FileZilla / WinSCP)
Full root file access to upload custom worlds, edit server.properties, and manage plugins.
1. Locate Your SFTP Credentials
In your Chunkly Panel, go to Settings → SFTP Details:
Host / Server:sftp.chunkly.net (or your node IP)
Port:2022
Username:your-account-email#worldid
Password:Your Chunkly panel password
2. Connecting with FileZilla
- Download and install FileZilla Client (free).
- Open FileZilla and open the Site Manager (File → Site Manager).
- Click New Site and name it “Chunkly Minecraft”.
- Set Protocol to SFTP - SSH File Transfer Protocol.
- Enter your Host, Port (
2022), and Logon Type as Normal with your Username and Password. - Click Connect and accept the SSH Host Key prompt.
Key Directories Explained
/world
Contains the Overworld level data, player data, and region chunk files. Nether is /world_nether and End is /world_the_end on Paper.
/plugins or /mods
Drop your jar files directly here. Configurations will generate in this folder upon next server start.
server.properties
Primary game configuration: difficulty, PvP, view distance, MOTD, whitelist, and max players.
/logs
latest.log contains raw startup logs, plugin debug output, and crash reports.