Virtualmin Service not running, what to do?

4 posts / 0 new
Last post
#1 Mon, 11/21/2016 - 16:42
waryah

Virtualmin Service not running, what to do?

Hello Guys,

I am already using Virtualmin on my old Computer and using that computer as Web/File Server.

Today I am trying to install Virtualmin on my VPS, I have repeated all the standard steps as required for Virtualmin installation. Plate forms I have tried Debian 8, Centos 7

  • I reset my VPS with new OS Image
  • SSH through Putty, update/ upgrade
  • wget http://software.virtualmin.com/gpl/scripts/install.sh
  • sh install.sh ----- One Noticeable thing here is that the Installation Script doesn't ask me to enter FQDN, and starts the installation after (y/n) prompt.
  • Installation finishes without any errors.
  • on http I see the webserver running, but at https://FQDN:10000 or https://IPADDRESS:10000 I see nothing.
  • No Firewall or Port Restriction is applied by VPS Provider

Why Can't I access the management panel and how to enable it?

Mon, 11/21/2016 - 16:47
waryah

Output from SSH virtualmin check-config

Your system has 1024 MB of memory, which is at or above the Virtualmin recommended minimum of 256 MB.

BIND DNS server is installed, and the system is configured to use it.

Mail server Postfix is installed and configured.

Postfix can support per-domain outgoing IP addresses, but is not currently configured to do so. This can be setup in the Postfix Mailserver module.

Apache is installed.

The following PHP versions are available : 5.4.16 (/bin/php-cgi)

Webalizer is installed.

Apache is configured to host SSL websites.

MySQL is installed and running, but does not have any root password set! This should be changed immediately in the MySQL Database module.

ProFTPD is installed.

Logrotate is installed.

SpamAssassin and Procmail are installed and configured for use.

ClamAV is installed and assumed to be running.

Plugin DAV Login is installed OK.

Plugin AWstats reporting is installed OK.

Plugin Protected web directories is installed OK.

Using network interface venet0:0 for virtual IPs.

Default IPv4 address for virtual servers is 123.123.123.123.

Default IP address is set to 123.123.123.123, which matches the detected external address.

Both user and group quotas are enabled for home and email directories.

All commands needed to create and restore backups are installed.

The selected package management and update systems are installed OK.

OK
Mon, 11/21/2016 - 16:50
waryah

Output from SSH nmap -sT -O localhost

Starting Nmap 6.40 ( http://nmap.org ) at 2016-11-21 22:48 UTC
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000083s latency).
Other addresses for localhost (not scanned): 127.0.0.1
rDNS record for 127.0.0.1: localhost.localdomain
Not shown: 992 closed ports
PORT     STATE SERVICE
22/tcp   open  ssh
25/tcp   open  smtp
53/tcp   open  domain
80/tcp   open  http
443/tcp  open  https
587/tcp  open  submission
3306/tcp open  mysql
5432/tcp open  postgresql
No exact OS matches for host (If you know what OS is running on it, see http://nmap.org/submit/ ).
TCP/IP fingerprint:
OS:SCAN(V=6.40%E=4%D=11/21%OT=22%CT=1%CU=34557%PV=N%DS=0%DC=L%G=Y%TM=583379
OS:AF%P=x86_64-redhat-linux-gnu)SEQ(SP=107%GCD=1%ISR=10B%TI=Z%CI=Z%II=I%TS=
OS:U)OPS(O1=MFFD7NW9%O2=MFFD7NW9%O3=MFFD7NW9%O4=MFFD7NW9%O5=MFFD7NW9%O6=MFF
OS:D7)WIN(W1=FFD7%W2=FFD7%W3=FFD7%W4=FFD7%W5=FFD7%W6=FFD7)ECN(R=Y%DF=Y%T=40
OS:%W=FFD7%O=MFFD7NW9%CC=Y%Q=)T1(R=Y%DF=Y%T=40%S=O%A=S+%F=AS%RD=0%Q=)T2(R=N
OS:)T3(R=N)T4(R=Y%DF=Y%T=40%W=0%S=A%A=Z%F=R%O=%RD=0%Q=)T5(R=Y%DF=Y%T=40%W=0
OS:%S=Z%A=S+%F=AR%O=%RD=0%Q=)T6(R=Y%DF=Y%T=40%W=0%S=A%A=Z%F=R%O=%RD=0%Q=)T7
OS:(R=Y%DF=Y%T=40%W=0%S=Z%A=S+%F=AR%O=%RD=0%Q=)U1(R=Y%DF=N%T=40%IPL=164%UN=
OS:0%RIPL=G%RID=G%RIPCK=G%RUCK=G%RUD=G)IE(R=Y%DFI=N%T=40%CD=S)

Network Distance: 0 hops

OS detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 12.61 seconds
Mon, 11/21/2016 - 16:57
waryah

Some other possible useful info

[root@XXXXX ~]# /etc/init.d/webmin start
[root@XXXXX ~]# /etc/init.d/webmin stop
Stopping Webmin server in /usr/libexec/webmin
cat: /var/webmin/miniserv.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
[root@XXXXX ~]# /etc/init.d/webmin start
[root@XXXXX ~]# /etc/init.d/webmin start
Topic locked