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.txtfile 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
.zipor.tar.gzarchive. - 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
- Go to your server on the panel and click Settings.
- Locate the SFTP Details section:
- Server Address (Host):
sftp.cordenx.xyz(or node IP) - Port: Usually
2022 - Username:
username.serverid(e.g.,ren.a1b2c3d4)
- Password: Your main panel login password.
Connecting via Termius / FileZilla
- Open your SFTP client and create a new connection.
- Set the protocol to SFTP - SSH File Transfer Protocol.
- Copy the Host, Port, Username, and Password from your panel Settings page.
- Click Connect to access your root server directory.