• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue No connection FTP - Service is up and running and listen

Robin Schumacher

New Pleskian
Hello unfortunately I can not establish a connection with FTP since yesterday, unfortunately I built with the rights of the Ornder on the server.

Connect with 145.XXXXXXXXX.
Status: Connection established, wait for welcome message ...
Error: Connecting to the server failed

root @ plesk: ~ # /etc/init.d/xinetd restart
[ok] Restarting xinetd (via systemctl): xinetd.service.
root @ plesk: ~ # /etc/init.d/xinetd status
● xinetd.service - LSB: Starts or stops the xinetd daemon.
Loaded: loaded (/etc/init.d/xinetd; bad; vendor preset: enabled)
Active: active (running) since Tue 2018-02-20 17:06:39 CET; 2s ago
Docs: man: systemd-sysv-generator (8)
Process: 32547 ExecStop = /etc/init.d/xinetdstop (code = exited, status = 0 / SUCCESS)
Process: 32556 ExecStart = /etc/init.d/xinetdstart (code = exited, status = 0 / SUCCESS)
CGroup: /system.slice/xinetd.service
└─32568 / usr / sbin / xinetd -pidfile /run/xinetd.pid -stayalive -inetd_compat -inetd_ipv6

Feb 20 17:06:39 plesk xinetd [32568]: removing daytime
Feb 20 17:06:39 plesk xinetd [32568]: removing daytime
Feb 20 17:06:39 plesk xinetd [32568]: removing discard
Feb 20 17:06:39 plesk xinetd [32568]: removing discard
Feb 20 17:06:39 plesk xinetd [32568]: removing echo
Feb 20 17:06:39 plesk xinetd [32568]: removing echo
Feb 20 17:06:39 plesk xinetd [32568]: removing time
Feb 20 17:06:39 plesk xinetd [32568]: removing time
Feb 20 17:06:39 plesk xinetd [32568]: xinetd Version 2.3.15 started with libwrap loadavg options compiled in.
Feb 20 17:06:39 plesk xinetd [32568]: Started working: 2 available services


root @ plesk: ~ # lsof -i tcp: 21
COMMAND PID USER FD TYPE DEVICE SIZE / OFF NODE NAME
xinetd 1963 root 5u IPv6 132404114 0t0 TCP *: ftp (LISTEN)


Thanks and greetings Robin
 
The issue may be caused by SELinux. Check that you have:

# getenforce
Enforcing

If it is so, change that to permissive

# getenforce

Permissive
 
Back
Top