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
1
vote
1 answer

How to setup virtualmin to use cloudflare

The goal is to have free ssl from cloudflare. So I moved dns records to cloudflare and is showing me - Certificate is Active. When I go to 'Analytics tab' it shows me traffic that is coming to the website. But when I enter the site…
cyprian
  • 497
  • 1
  • 6
  • 21
1
vote
1 answer

Server on virtualmin keeps redirecting to wrong website com WP multisite

When I enabled MultiSite Wordpress, it redirected to one of the Virualmin sites I tried to put it as a subdomain, I registered it as DNS. As a subdirectory I tried to include it in the NGINX settings. ######### subdirectory ####### location / { …
Paulo Boaventura
  • 1,365
  • 1
  • 9
  • 29
1
vote
1 answer

Why is my site consistently showing not found?

I recently connected migrated my website from Bluehost to a private server, and I am having trouble with the configuration of my apache server. No matter what page I attempt to visit on my site, it displays a 404 this url is not found on this server…
Dylan Brown
  • 35
  • 1
  • 10
1
vote
0 answers

Apache server isn't starting on webmin

I am running several php sites creating virtualmin in webmin. I use two ips (one is shared and another is dedicated) in that server. Suddenly all my sites became down as apache couldn't start.dashboard of webmin another thing my shared ip is showing…
1
vote
0 answers

Can't access term.php file from wp-admin directory?

When I open my domain www.bhajanbook.in/wp-admin/term.php it shows following error. Forbidden You don't have permission to access /wp-admin/term.php on this server. Please note that I have already performed following task for debugging error. …
Balvant Jat
  • 71
  • 11
1
vote
0 answers

Connection error in WHMCS to Virtualmin (port 10000: Connection refused)

I installed Webmin + Virtualmin and made the basic configuration. I created "Server Template" with standard settings and "Account Plan" with standard settings. After I connected the Virtualmin server to WHMCS, and when I click on the "Login to…
1
vote
3 answers

LetsEncrypt - VirtualMin - Nginx : Change Root Folder

I am using virtualmin for the first time on ubuntu 16.04 . My website root folder is in : public_html/site1 So when i use let's encrypt - it generates the key file inside public_html But is then unable to access it at :…
Sam.tuver
  • 679
  • 2
  • 9
  • 19
1
vote
1 answer

creating a virtual server in virtualmin ( unable to complete installation)

I'm trying to create a virtual server in virtualmin and getting a MYSQL error . Though MYSQl is perfectly installed. The error is : Creating MySQL login .. .. MySQL database failed! : SQL insert into user (host, user, ssl_type, ssl_cipher,…
hacked
  • 21
  • 8
1
vote
1 answer

No WordPress plugin able to generate a sitemap

A while ago I managed to install Virtualmin on my VPS and am currently running WordPress. I'm also using Nginx. After restoring my blog back from the backups I made, I was able to get it up and running and started to set up the plugins. I initially…
Wakkun
  • 41
  • 3
  • 7
1
vote
1 answer

Move Laravel project to hosting

I'm trying to move laravel project to host Virtualmin, I moved all folders in my Document root HOME/ MYPWD/ APP/ BOOTSTRAP/ CONFIG/ DATABASE/ .... PUBLIC_HTML/ Inside PUBLIC_HTML I have the index.php with…
Mintendo
  • 557
  • 1
  • 8
  • 24
1
vote
2 answers

How to implement http2 (h2) in CentOs Server with Apache 2.4.23?

I tried to install apache-2.4.23 which supports http2 in CentOS7 x64 server. But no rpm repo has supported it yet, so I built from source and installed and was installed to /usr/local/apache2. But since, I am using virtualmin5.0.4 I need it to be…
1
vote
0 answers

How to add SSL (TLS) for outgoing SMTP server in virtualmin?

I have setup centos7 server with virtualmin installed. I am using postfix as MTA but it shows that my outgoing (smtp) server is not encrypted. How to encrypt my outgoing smtp server running on port 587? hostname: host.crystalsoft.com.np
1
vote
1 answer

Virtualmin Installation

I had installed virtualmin on a RHEL system and a couple of very strange problems have cropped up. Firstly, the Apache test page now says - powered by CentOS instead of RHEL. All the files and filesystems are intact therefore I am at a loss as to…
alpharomeo
  • 418
  • 5
  • 13
1
vote
1 answer

Magento 1.9.1.0 update PHP & Mysql

I have an installation of magento 1.9.1.0 in a dedicated server with virtual min.Everything works ok but I noticed that my server runs Mysql version 5.1.73 and PHP version 5.3.3 . I want to update them in what magento suggests. Will I have problems…
G. G.
  • 279
  • 1
  • 4
  • 14
1
vote
0 answers

How to reduce php-fpm memory usage? Is it possible to remove some PHP extensions?

My centos 6.7 server has only my php and mysql based websites using nginx web server and virtualmin (no wordpress or external scripts/software). I installed PHP with : yum --enablerepo=remi,remi-php56 install -y php-mysqlnd php-fpm yum installed…
Arnold
  • 495
  • 2
  • 6
  • 18