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

Reverse proxy to serve local reactjs application on a static url with virtualmin

I've got a locally running reactJS app that I'd like to run as a subdomain on a domain hosted on virtualmin, so that the app can be hosted locally but seen publicly. ngrok.io allows you to serve a locally running reactjs application (or a lot of…
iateadonut
  • 1,951
  • 21
  • 32
1
vote
1 answer

What does ER_NOT_SUPPORTED_AUTH_MODE mean in the Ghost-CLI 'ghost start' failure report?

I am installing the Ghost platform onto Ubuntu 20.4. However, there is an authentication mode error that is blocking the start of the application. Does anyone know what this is asking to be fixed? This system qualifies with the technical…
1
vote
1 answer

Configure Laravel using Virtualmin on Ubuntu 20.04

I have recently migrated to a new server, which now uses virtualmin. I'm trying to configure laravel on the new server, but am having trouble with it and cannot find any examples online. I have downloaded the laravel-project from the old server and…
RDC_Green
  • 57
  • 5
1
vote
0 answers

Get this "Not Found The requested URL was not found on this server." Apache configuration or Laravel issue?

I have a problem: after installing and setting up https my site stopped working. I can only navigate to the index page. If I select login or create an account I get and error saying that the page doesn't exist: Not Found The requested URL was not…
Matrisen10
  • 11
  • 2
1
vote
3 answers

SQL Query problem in phpMyAdmin and SQLBuddy

I use phpMyAdmin on my web server, which has VirtualMin installed and PHP 7.3 (I've also tried previous versions). The problem I have, is phpMyAdmin would give an error when running larger (not massive) queries. For example, a table with 3 rows,…
charlie
  • 415
  • 4
  • 35
  • 83
1
vote
1 answer

How to enable/install HTTP/2 on Virtualmin in CentOS7

I have Virtualmin installed on my CentOS7 server and few websites are currently running on this server. There's no separate Apache installation because it is using Virtualmin. However I need to install / enable HTTP/2 on my server but current…
Teshan N.
  • 2,307
  • 3
  • 30
  • 59
1
vote
0 answers

Virtualmin / Webmin - How to disable Virtualmin overriding the icons folder?

Virtualmin / Webmin is overriding my website icons folder, and displaying public domain icons https://www.webmin.com/icons/ (I am using Flutter for a PWA web app that has an icons folder) How can I disable this override?
giorgio79
  • 3,787
  • 9
  • 53
  • 85
1
vote
1 answer

How to deploy laravel project on virtualmin?

I have recently installed virtualmin on ubuntu 20.04 with lamp stack and don't know how to deploy laravel. I want to deploy with git The main problem is of directory. I want to deploy in /home/fantasy/public_html/website then my index.php will be…
Amir
  • 91
  • 3
  • 11
1
vote
1 answer

Virtualmin server send/receive mail via another Virtualmin server?

I have set up virtualmin (v6.12) on two separate servers (both Ubuntu 18.04) with the intention of separating the webserver from the mailserver. Do I need to fiddle with the postfix/dovecot files or is there an inbuilt feature that tells a…
AndrewL64
  • 15,794
  • 8
  • 47
  • 79
1
vote
1 answer

CentOS 8 Nginx with PHP 7.4.8, PHP not excuted and give internal server Error

Iam new to CentOS, I installed LEMP stack with Virtualmin, and I have a wired problem that when I execute some PHP codes that use modules I added manually like Chilkat or ionecube loader the PHP gives internal server error 500 with an empty screen…
user7179690
  • 1,051
  • 3
  • 17
  • 40
1
vote
0 answers

Error at the line 4033: ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci

Trying to upload MySQL backup WordPress database in Webmin/Virtualmin server with bigdum.php Error at the line 4033: ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; Query: -- -- CREATE TABLE `wp_posts` ( `ID` bigint(20) UNSIGNED…
Shah Shuvo
  • 21
  • 3
1
vote
3 answers

(Closed) Error on apt-get update (sury.org) [linux]

I'm trying to apt-get update on my virtualmin (debian) but it fails with some package (packages.sury.org) then I check the package with: curl --verbose -SLO…
mentamarindo
  • 539
  • 9
  • 16
1
vote
1 answer

Gitlab next to Virtualmin and Apache with LetsEncrypt

I have Virtualmin and it has apache and primary domain and encryption by Let's Encrypt. I install gitlab on the subdomain and port 8443, but it doesn't work for me. Turns on on the port but not on the subdomain. I don't know how to connect a…
lukaszpolowczyk
  • 605
  • 1
  • 7
  • 27
1
vote
4 answers

Error 500 after php upgrade to 7.2(Wordpress/Virtualmin)

I let my host upgrade php version to 7.2 and after that I am getting error 500 message(Internal Server Error) on my wordpress page. I am using Virtualmin. When opening error log I get the following: [Mon Jan 06 16:04:41 2020] [error]…
Stef L
  • 65
  • 6
1
vote
1 answer

Unable to update cURL

I am using Webmin / Virtualmin on a Debian 9 server with PHP 7.3. My version of cURL is 7.52.1 and since it is obsolete, I would like to update cURL. But I can not... I installed sudo successfully (the command was not on Debian 9), then I…
triphop
  • 21
  • 1
  • 4
1 2
3
9 10