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

Webmin - my emails are going to junk folder

about a week ago i started to learn how to use Webmin, and Virtualmin. I have an own dedicated server at Server4you, but when i'm trying to send email via PHP mail(), or Roundcube, the messages are displaying in the junk folder (gmail, Hotmail,…
1
vote
0 answers

Backup users and mailboxes using `virtualmin backup-domain --feature`

Does anyone know the commands to backup the mailboxes and users for virtual domains in Virtualmin using command line? I can't find any detailed documentation apart from saying to use --feature. I know how to backup everything using: for i in $(cat…
Kevin
  • 123
  • 2
  • 10
1
vote
0 answers

mod_fcgid: can't apply process slot for /home/seekok/fcgi-bin/php5.fcgi

Recently my server started to consume more RAM. Running processes became 500+. This never happened to me over the pass year. I have VPS / 2GB / Ubuntu / Virtualmin. Apache has MaxClients 256 and default ServerLimit (256). The maximum number of user…
Anthonyinit
  • 29
  • 1
  • 8
0
votes
1 answer

I can't renew the Let's Encrypt certificate

I can't renew the SSL Certificate. My domain is: https://ce.oclockdt.com I ran this command: Virtualmin -> Server Configuration -> SSL Certificate -> Let's Encrypt -> Only Update Renewal. It produced this output: "Renewal failed due to Web-based…
Telerín
  • 31
  • 6
0
votes
1 answer

Hostinger VPS Webmin/Virtualmin SSL Issue

I have recently purchased VPS service from hostinger and installed Ubuntu 20.04 on it along with Webmin/Virtualmin. This is via their installation panel (Not custom install). I am trying to use it as a basic-level web server except for email…
Mahadev
  • 856
  • 1
  • 17
  • 44
0
votes
0 answers

GoAccess, Virtualmin & Logrotate

I want to run https://goaccess.io/ as a command for all websites I am hosting before the weekly Log File Rotation here; This is a new installation with following details; Operating system: Debian Linux 11 Virtualmin version: 7.5 with Nginx…
Ünsal Korkmaz
  • 224
  • 4
  • 17
0
votes
0 answers

Apache virtualhost config for Vite urls

I've got a remote development server configured with Virtualmin. My current project is reachable via https://mydomain.tld In my vite (asset building) config i've added the host directive so the asset links are now generated as…
Walter81
  • 493
  • 2
  • 8
  • 21
0
votes
0 answers

I cloned ubuntu server, but it doesn't work. What changes I should make?

I have ubuntu server which have virtulmin installed and I want to clone the server multiple times instead of creating everything again by hand. I cloned server with the same disc image, but it doesn't work straight away. What sort of changes I need…
Raymond
  • 31
  • 4
0
votes
0 answers

How can I change the port for Webmin access?

I'm managing a Rails website that relies on MySQL tables. I used to be able to access the tables with Webmin by going to xxx.xxx.xxx.xxx:10000 . At some point, I lost the ability to access it this way. I'm not great with SSH, but I was able to SSH…
KDP
  • 634
  • 1
  • 11
  • 31
0
votes
1 answer

Can't change max_input_vars in PHP

I need to raise the max_input_vars value in php for a moodle installation. However when I change the value in my php.ini file the moodle web installer still prompts: PHP setting max_input_vars must be at least 5000. phpinfo() shows: max_input_vars…
Ludawi
  • 3
  • 3
0
votes
1 answer

Wildcard SSL from Letsencrypt - Ok, but CN still “domain.com” not “*.domain.com”

SYSTEM INFORMATION OS type and version CentOS Linux 7.5.1804 Webmin version [1.998] Virtualmin version [7.1] I installed a wildcard ssl certificate from Letsencrypt but in the browser when verifying the certificate it shows CN = “domain.com” not…
WSP Web
  • 5
  • 3
0
votes
2 answers

Ubuntu VirtualMin - Won't see PhP Versions

I have a fresh ubuntu server installed with virtualmin. It autoinstalls Php version 7.2, I need 7.4. So I install 7.4. When I check the version with -v it shows 7.4. However, webmin and wordpress both still see and use only 7.2. I've tried…
0
votes
1 answer

Connecting remotely to MySQL server on webmin

I am trying to connect remotely to a MySQL server on webmin (VPS) and I cannot connect to host unless I am connecting using localhost. It is not possible with remote hosts. The MySQL server is on webmin version 1.994 and virtualmin 7.1-1(Ubuntu…
Tovs
  • 157
  • 2
  • 13
0
votes
0 answers

Virtualmin Installation getting conflicts between attempted installs error

Installation of Virtualmin on CentOS7 Running VPS. Getting following error when running the installation script. Removed all PHP versions also. I tried following methods to resolve this issue Clearing cache Removed all PHP versions via yum…
0
votes
0 answers

Nginx + Webmin - Request timed out

I have ubuntu server, installed Webmin and Nginx server to Run - NextJS, Express JS and Node JS Rest API. Everything works well if I use IP address for API end point, but if I replace IP address with the domain name, it returns 504 Request Time…
ktech
  • 3
  • 2