FTP cannot connect?

So I managed to set everything up with CyberPanel, looks really good.
Nameservers work, the domains work etc.

But now I want to actually upload files of my website.
Then i keep getting this error trying to connect into the FTP.

(https://imgy.host/qtmnyujo.png)

Someone able to help me?

Which OS?

Ubuntu 18.04 turning off firewall works, but that is not safe, so rather not want to do that.

We do not support Ubuntu 16.04, plus 18.xx are supported in beta. Centos 7.x is officially supported stable OS.

Weird that DigitalOcean delivers it in 16.04, isn’t it?
So there is no fix to fix it right now?

on DO its 18.04.

on DO its 18.04.

https://imgy.host/1z9zb1ub.png
I guess I wasn’t able to read! Lol, okay anyways, now with disabling firewall it wont work anymore, default startup = turning on the firewall :confused:

try remove the passive port in firewall and re-add them

try change default firewall to CSF in Ubuntu… it has worked for me, no longer need to disabled firewall when need to use ftp

Can we make it work via sftp?

How to connect via Filezilla ?

SFTP requires SSH access

connect via FileZilla should be same as any other FTP client.

Status: Connecting to 45.32.26.127:21…
Status: Connection attempt failed with “ECONNREFUSED - Connection refused by server”.

Status: Connecting to 45.32.26.127:21... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server".

run


netstat -lnp | grep 21

and see what it output.

Hi, I run

and this appeared .

tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 1604/pure-ftpd (SER
tcp6 0 0 :::21 :::* LISTEN 1604/pure-ftpd (SER
udp 0 0 0.0.0.0:52421 0.0.0.0:* 9042/openlitespeed
raw6 0 0 :::58 :::* 7 12155/systemd-netwo
unix 2 [ ACC ] SEQPACKET LISTENING 12118 1/systemd /run/udev/control
unix 2 [ ACC ] STREAM LISTENING 11721 1/systemd /run/lvm/lvmpolld.socket
unix 2 [ ACC ] STREAM LISTENING 121198 9042/openlitespeed /tmp/lshttpd/develor.sock
unix 2 [ ACC ] STREAM LISTENING 200521 9042/openlitespeed /tmp/lshttpd/develor.sock
unix 2 [ ACC ] STREAM LISTENING 210425 9042/openlitespeed /tmp/lshttpd/develor.sock
unix 2 [ ACC ] STREAM LISTENING 210852 9042/openlitespeed /tmp/lshttpd/develor.sock
unix 2 [ ACC ] STREAM LISTENING 21660 1229/pdns_server /var/run/pdns.controlsocket

We do not support Ubuntu 16.04, plus 18.xx are supported in beta. Centos 7.x is officially supported stable OS.

I created a server on Digital Ocean on Ubuntu 18.04, for now I should only use pure wordpress, without being able to add plugins because cpanel doesn’t work, correct? It has forecast? It’s very bad that way, because we can’t evolve the site, it ends up serving nothing.

I can’t start pureftpd, this happened after the update, didn’t change anything by myself.

Oct 22 11:34:00 server systemd[1]: Can’t open PID file /var/run/pure-ftpd.pid (yet?) after start: Too many levels of symbolic links
Oct 22 11:34:00 server pure-ftpd[4321]: (?@?) [DEBUG] Couldn’t load the DH parameters file /etc/ssl/private/pure-ftpd-dhparams.pem

How to connect via sFTP

Type your comment> @iamkingsleyf said:

How to connect via sFTP

use your root or any other SSH user access

@Aelfric said:
I can’t start pureftpd, this happened after the update, didn’t change anything by myself.

Oct 22 11:34:00 server systemd[1]: Can’t open PID file /var/run/pure-ftpd.pid (yet?) after start: Too many levels of symbolic links
Oct 22 11:34:00 server pure-ftpd[4321]: (?@?) [DEBUG] Couldn’t load the DH parameters file /etc/ssl/private/pure-ftpd-dhparams.pem

OpenVZ ?

After hunting over all of these posts for an answer I figured this one out.

For anyone who wants to use the Digital Ocean Cyberpanel Marketplace Installation on a blank droplet - you need to change the IP address inside of this directory file:

/etc/pure-ftpd/conf/ForcePassiveIP

I am not sure WHY there was a random IP address set inside of this file, but once I changed the IP address to match my droplet’s IP address - it works flawlessly now.

Hope this helps people with that dreaded:
ECONNREFUSED - Connection refused by server