diff --git a/website/docs/panel/files/FTP.md b/website/docs/panel/files/FTP.md index 7eecc1bd..0b5571dd 100644 --- a/website/docs/panel/files/FTP.md +++ b/website/docs/panel/files/FTP.md @@ -3,3 +3,40 @@ sidebar_position: 3 --- # FTP + +Users can create FTP sub-accounts, which share the FTP service among all users on the server. You can connect to FTP using the server IP address and the default port, `21`. + +By default, FTP is **not enabled** in OpenPanel. If you don’t see the option in your OpenPanel interface, it means [the server administrator has not enabled it](/docs/admin/settings/openpanel/#ftp). You’ll need to request them to activate FTP before you can use it. + +## View users + +To view FTP connection information and manage existing users—such as changing passwords, modifying their FTP path (the directory they are limited to), or deleting accounts—navigate to `OpenPanel > Files > FTP`. + +## Create user + +To create a new FTP sub-account, go to `OpenPanel > Files > FTP` from the menu and click the **Add Account** button located in the bottom right corner of the screen. A new section will appear above the existing users table, where you can set the FTP username, password, and path. + +![add ftp user](/img/panel/v1/files/add_ftp_acc.png) + +Click the **Add Account** button to save your changes. + +## Change password + +To change password for an FTP sub-account, go to `OpenPanel > Files > FTP` from the menu and click the **Change Password** button located next to the user. A modal will appear in which you can set new password for the user. + +![change ftp user password](/img/panel/v1/files/change_ftp_pass.png) + +Click the **Change Password** button to save. + +## Change path + +To change path (directory user is restricted to) for an FTP sub-account, go to `OpenPanel > Files > FTP` from the menu and click the **Change Path** button located next to the user. A modal will appear in which you can set new path for the user. + +![change ftp user password](/img/panel/v1/files/change_ftp_pass.png) + +Click the **Change Path** button to save. + +## Delete user + +To delete an FTP sub-account, go to `OpenPanel > Files > FTP` from the menu and click the **Delete** button located next to the user. The button will swich to text 'Confirm', click it again to confirm the deletion. +