Skip to main content

File Management & SFTP Access

Managing your server files, uploading plugins, or editing configuration files can be done using the web file manager or via SFTP.


Web File Manager

The built-in File Manager allows you to perform basic file operations directly in your browser:

  • Editing Files: Click on any .yml, .json, .properties, or .txt file to edit it in the browser code editor. Click Save Content when finished.
  • Uploading Files: Click Upload in the top right corner to upload files up to the browser size limit.
  • Creating Archives: Select multiple files/folders and click Archive to compress them into a .zip or .tar.gz archive.
  • Unarchiving: Click the three dots beside an archive file and select Unarchive to extract files directly on the server.

SFTP Setup (Termius / FileZilla)

For uploading large files, world folders, or custom bot scripts, use an external SFTP client like Termius, FileZilla, or WinSCP.

Finding Your SFTP Credentials

  1. Go to your server on the panel and click Settings.
  2. Locate the SFTP Details section:
  • Server Address (Host): sftp.cordenx.xyz (or node IP)
  • Port: Usually 2022
  • Username: username.serverid (e.g., ren.a1b2c3d4)
  1. Password: Your main panel login password.

Connecting via Termius / FileZilla

  1. Open your SFTP client and create a new connection.
  2. Set the protocol to SFTP - SSH File Transfer Protocol.
  3. Copy the Host, Port, Username, and Password from your panel Settings page.
  4. Click Connect to access your root server directory.