Skip to content
CyberNex Logo
Back to Tutorials
Control Panel3 min readJuly 15, 2026

How to manage your files via FTP using Filezilla

Ganidu Sathishka
Support Engineer at CyberNex | 4+ years customer technical support

Overview

FTP is the fastest way to make big changes, such as uploading new resources or replacing config files.

Step-by-Step Instructions

<ol><li>Download and install the Filezilla client from filezilla-project.org.</li><li>Open the Control Panel and click Settings to find your SFTP details (Server Address, Username).</li><li>In Filezilla, enter the Server Address as Host, the username as Username, and your FTP password as Password.</li><li>Owners can find their FTP password in the billing dashboard under SFTP details. Subusers use their panel password.</li><li>Click Quickconnect. Edit files by right-clicking them, and upload by dragging files into the remote pane.</li></ol>

Code / Configuration

<pre><code>Host: sftp://your-server-address Username: your-panel-username Password: (SFTP details / panel password) Port: 22 (default)</code></pre>

Warning

Never upload your whole local folder into the root for FiveM - you can overwrite required system files. Replace only the folders you own (see the Beginner Mistakes section).

Related Hosting Services

Was this guide helpful?

Join our Discord for more guides and direct help from our engineering team.

How to manage your files via FTP using Filezilla | CyberNex