Plain (unencrypted) FTP is no longer supported. Connect using FTPS (FTP over explicit TLS) the same port 21, but encrypted.
Copy the Hostname and Username from your service page in the client area.
| Host | nlxxxx.dediseedbox.com |
| Port | 21 — or leave blank, 21 is default |
| Encryption | require explicit FTP over TLS |
| Username | your-username |
| Password | your-password — reset via “Change Password” |
We recommend FileZilla (free, Windows/Mac/Linux) filezilla-project.org/download.php
No dedicated encryption dropdown here specify the protocol directly in the host field.
ftpes://nlxxxx.dediseedbox.com, your username and password, and Port: 21.Has an explicit Encryption setting, so nothing is ambiguous.
nlxxxx.dediseedbox.com, Port: 21.If your client doesn’t offer “Require explicit FTP over TLS” by that name, look for FTPES or AUTH TLS same thing. Avoid plain FTP or implicit FTPS (usually port 990), which will be rejected.
You can browse and stream files directly from your service inside Kodi by adding it as a network location.
| Protocol | FTP Server |
| Server address | nlxxxx.dediseedbox.com |
| Remote path | |auth=TLS&verifypeer=false |
| Port | 21 |
| Username | your-username |
| Password | your-password — reset via “Change Password” |
The |auth=TLS&verifypeer=false suffix in the Remote Path field is what tells Kodi to use FTPS (explicit TLS) instead of plain FTP leave it exactly as shown, including the leading |.
|auth=TLS&verifypeer=false and that Port is set to 21, not 990.Prefer SFTP where possible it’s built on SSH and generally more reliable than FTPS. Install SSH access from the client area, then connect with the same credentials.