Questions tagged [virtualmin]

Web hosting dashboard, module of Webmin. If your question is not specific to Virtualmin, use [webmin] instead.

.

Virtualmin is a control panel for web hosting. It is a module of system add-on Webmin (). Its interface is web-based.

Some features include creating and managing:

  • Virtual hosts on Apache or NGINX.

  • Manage Domains and Subdomains

  • Isolated DNS or BIND

  • PHP - Wordpress - Phmyadmin - Django

  • MySQL Databases - Postgresql - SQLite

  • Terminal in SSH web interface

  • DAV

  • FTP

  • LOG analysis

  • SSL

  • Mailboxes and aliases with Sendmail, Postfix or Dovecot

  • Backup

Virtualmin is written in Perl, like Webmin, and is available in two versions – GPL and Pro.

141 questions
0
votes
1 answer

Virtualmin Apache multiple ip addresses in one virtual server

My server is: Webmin Virtualmin Apache VPS in centos 7. I already have 5 different ip addresess in webmin. And i have already created one virtual server in Virtualmin. I need to connect all 5 ip addresses to this virtual server. The virtual…
Aaron Yordanyan
  • 738
  • 7
  • 19
0
votes
1 answer

Webmin/Virtualmin MySQL Server Shuts Down Unexpectedly

I have a MySQL Server that shutdowns unexpectedly. I am using Ubuntu 16.04 LTS with Webmin/Virtualmin installed. I don't see any errors in the error log. I just see notes. I have this error (/var/log/mysql/error.log): 2018-10-25T03:03:01.744292Z 0…
Patrick
  • 341
  • 1
  • 7
  • 19
0
votes
1 answer

AWS AMI Bitnami + Webmin can't access over https://publicip:10000

I'm using an AWS AMI from Bitnami "NGinx Certified by Bitnami" and I have installed Webmin successfully as seen in this Gist. Including opening the port 10000 in the firewall. But I still cannot access WebMin at https://publicip:10000 - it just…
Spencer Hill
  • 1,043
  • 2
  • 15
  • 38
0
votes
1 answer

SSL on Ubuntu 14.04 Virtualmin Virtual Server shows unknown protocol

We have a server running virtualmin with multiple websites housed in virtual servers. I have never run into this issue before on our other server but we issued a CSR and got the SSL back from the client and installed it. After installing it I…
Travis Johnston
  • 453
  • 2
  • 5
  • 17
0
votes
1 answer

Visiting https version of domain which has ssl disabled shows a different page

I use Webmin/virtualmin and I have a couple of virtual hosts: Virtual Server Any 80 Automatic /var/www/html Virtual Server Any 80 website1.nl /home/website1/public_html Virtual Server XX.XX.XXX.X 443 website1.nl…
user7803115
0
votes
0 answers

Hidden SSL Certificates in Apache overlapping? (Virtualmin)

Introduction The problem is, in short, this. I've been using 'Virtualmin' for a while now, mainly becuse it works better (in my opinion & for my purposes) than VestaCP, Ajenti, Direct Admin (Evolution), CPanel, Sentora, and most of the 'ISP'…
Soujiro
  • 11
  • 2
0
votes
1 answer

VirtualMin Installation error for Updated PHP 7 environment in CentOS

I have recently updated my server’s PHP from 5.4.xx to 7. After that I tried to install VirtualMin in my server, which lead me to the following error: ▣▣□ Phase 2 of 3: Installation Downloading epel-release-latest-7.noarch.rpm …
0
votes
1 answer

Wordpress install.php not resolving after install from Virtualmin

The requested URL /wordpress/wp-admin/install.php was not found on this server I have installed Virtualmin following these instructions Virtualmin Installation on Debian Linux using the install script. It installed without error. I then set up a…
Tom Ruh
  • 336
  • 5
  • 16
0
votes
1 answer

New Virtualhosts load default site since Apache/Ubuntu upgrade

I upgraded our web server from Ubuntu 12.04 to 14.04, which also upgraded Apache from 2.2 to 2.4. The upgrade was successful and all existing virtualhosts are running great. I created a new site yesterday and noticed that it was loading the…
Travis Johnston
  • 453
  • 2
  • 5
  • 17
0
votes
1 answer

I altered my hostname, but every new vhost created, comes with the old hostname

I changed my hostname to /etc/host and /etc/hostname I've rebooted the machine (vps) and checked in virtualmin=>networking=>Hostname and DNS Client and my new FQDN is already configured, I'm basing myself on a new domain that I bought for my new…
0
votes
2 answers

Detecting PHP binary path - strange situation

I have no PHP_BINARY nor PHP_BINDIR in my phpinfo output. There's 3 versions on the server - 5.3 5.6 7.0 and Virtualmin. Default is 5.6 - it servers http requests fine. But I also need to run cronjobs by this version, but # /usr/bin/php -v PHP…
zzmaster
  • 318
  • 1
  • 5
  • 16
0
votes
1 answer

Confusion in using SSL virtualMIN and wordpress website

I have a domain (e.g.) example.com I am using a virtual machine in a cloud having public IP. on this VM i am also using VirtualMin for shared hosting. so i have multple URLS to access different services such as email,wordpress, virtualmin console,…
Yousuf
  • 33
  • 1
0
votes
2 answers

BIND DNS - Virtualmin on new VPS

Sorry if this question is a duplicate but I'm very confused and tried finding solutions online and testing for a few weeks already. This question deserve a thread because it's a VPS server by a new provider, and they don't have a KB on it. I bought…
dswong
  • 495
  • 1
  • 4
  • 17
0
votes
1 answer

Nginx Welcome test page instead of homepage

Server configuration : Centos 7 + PHP7 + PHP-FPM + MariaDB 10 +Nginx as reverse proxy for Apache + Virtualmin I'm new to setting up a server. I'm not sure where did I mess up and I have tried searching online and editing according to suggestion on…
dswong
  • 495
  • 1
  • 4
  • 17
0
votes
0 answers

Virtualmin configuration for a shared webhosting server

I'm trying to build a web hosting server on Google Cloud Platform. Managed to install the LAMP stack and Virtualmin & Webmin on that. My purpose is to setup the server to host 4 websites with different domain names. I have created child nameservers…