Chunkly
Graj
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 SettingsSFTP 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

  1. Download and install FileZilla Client (free).
  2. Open FileZilla and open the Site Manager (File → Site Manager).
  3. Click New Site and name it “Chunkly Minecraft”.
  4. Set Protocol to SFTP - SSH File Transfer Protocol.
  5. Enter your Host, Port (2022), and Logon Type as Normal with your Username and Password.
  6. 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.