Cannot access VestaCP on port 8083 after update Ubuntu
Posted: Tue Mar 06, 2018 12:35 pm
Hi!,
After execute apt-get update and apt-upgrade in Ubuntu 14, I've lost access to VestaCP.
Cannot access https://[server_ip]:8083 - server not responding.
I have verified that the port is open (sudo netstat -lp --inet). Some update has restricted access to that port o SSL. The apache server works perfectly (I do not use nginx) and the websites work.
Trying to solve the problem, I have reinstalled Ubuntu, this time in version 16, and I have done apt-get update and apt-get upgrade before installing VestaCP.
Later I installed VestaCP without problems, but I still do not have access to the Control Panel.
Please help!!
ESCUCHAR = LISTEN in spanish
After execute apt-get update and apt-upgrade in Ubuntu 14, I've lost access to VestaCP.
Cannot access https://[server_ip]:8083 - server not responding.
I have verified that the port is open (sudo netstat -lp --inet). Some update has restricted access to that port o SSL. The apache server works perfectly (I do not use nginx) and the websites work.
Trying to solve the problem, I have reinstalled Ubuntu, this time in version 16, and I have done apt-get update and apt-get upgrade before installing VestaCP.
Later I installed VestaCP without problems, but I still do not have access to the Control Panel.
Please help!!
Code: Select all
root@server:~# sudo netstat -lp --inet
Conexiones activas de Internet (solo servidores)
Proto Recib Enviad Dirección local Dirección remota Estado PID/Program name
tcp 0 0 *:submission *:* ESCUCHAR 1642/exim4
tcp 0 0 *:pop3 *:* ESCUCHAR 1176/dovecot
tcp 0 0 localhost:spamd *:* ESCUCHAR 1265/spamassassin.p
tcp 0 0 *:imap2 *:* ESCUCHAR 1176/dovecot
tcp 0 0 192.168.1.2:http *:* ESCUCHAR 1675/apache2
tcp 0 0 localhost:tproxy *:* ESCUCHAR 1675/apache2
tcp 0 0 *:urd *:* ESCUCHAR 1642/exim4
tcp 0 0 *:8083 *:* ESCUCHAR 1257/vesta-nginx
tcp 0 0 192.168.1.2:domain *:* ESCUCHAR 1126/named
tcp 0 0 localhost:domain *:* ESCUCHAR 1126/named
tcp 0 0 *:ftp *:* ESCUCHAR 1138/vsftpd
tcp 0 0 *:ssh *:* ESCUCHAR 1120/sshd
tcp 0 0 *:smtp *:* ESCUCHAR 1642/exim4
tcp 0 0 localhost:953 *:* ESCUCHAR 1126/named
tcp 0 0 192.168.1.2:https *:* ESCUCHAR 1675/apache2
tcp 0 0 *:2525 *:* ESCUCHAR 1642/exim4
tcp 0 0 *:imaps *:* ESCUCHAR 1176/dovecot
tcp 0 0 *:pop3s *:* ESCUCHAR 1176/dovecot
udp 0 0 192.168.1.2:domain *:* 1126/named
udp 0 0 localhost:domain *:* 1126/named
Code: Select all
root@server:~# service iptables stop
Failed to stop iptables.service: Unit iptables.service not loaded.