Questions tagged [webmin]

A web-based interface for system administration for Unix. Setup user accounts, DNS, file sharing and the program is freeware.

Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.

It could be considered a free alternative to the commonly used CPanel & WHM Hosting/Server administration solutions.

http://www.webmin.com/


Webmin can be expanded by installing modules, which can be custom made. Aside from this, there are two other major projects that extend the functionality of webmin:

  1. Usermin presents and controls a subset of the features available in Webmin, such as webmail and other user-level tasks, rather than administrator-level tasks.
  2. Virtualmin, which is a domain hosting and web site control panel, which gives the ability to create and manage domains. See .
301 questions
2
votes
0 answers

Nginx proxy pass not rendering

I'm trying to serve some services as a subdomain but it looks like nginx is not doing it right. I have 3 docker containers serving zabbix, webmin and mediawiki. example.com/zabbix (works fine) example.com/webmin (not rendering) example.com/wiki…
gadalf_182
  • 21
  • 1
2
votes
1 answer

intl extension installed but cant see in phpinfo()

I am using centos 7 with lamp +webmin control panel php 7.2,I need intl intl extension,I followed few tutorials from google and intl extension is installed(I am sure because if I try to install again it says already installed latest updated )see…
2
votes
2 answers

How to set the document root in Virtualmin sub server?

I have a Centos 6.10 server running Webmin/Virtualmin in a dedicated box. I have a few subdomains running under a main parent domain. These sub domains - sub servers as they are called under Virtualmin serve the main page. I have edited the…
Wordsmith
  • 51
  • 3
2
votes
3 answers

Error with the function file_get_contents() : dns involved or not?

I am trying to run a small website that is hosted on a distant virtual server. My code was working fine when I was running my tests locally, on my machine through Apache 2.0. Now that it's hosted remotely ( Apache 2 + Webmin + latest version of PHP…
2
votes
2 answers

How do I change the default PHP base-version on shell?

I have Centos 7 and Virtualmin installed, with the tipycal php-fpm 5.4, 7.0, 7.1 that you can choice between the versions you prefer on every virtualhost via Virtualmin control panel, and everything works well. But when I access to the server via…
neogeo
  • 41
  • 1
  • 1
  • 9
2
votes
1 answer

Virtualmin mails not receiving. Two mailfolders in home directory

I've installed a vps on ubuntu 18.04 with virtualmin as control panel. Once I create a user in a virtual server, the server automatically creates a 'mail' directory besides the 'Maildir' folder (which is normally used for storing mails via IMAP).…
2
votes
1 answer

Can't access Webmin from browser - "Cron 15430088014649 missing any time spec"

Webmin has started, but I can't access it from the web. When I restart it, it throws the error I gave in the title. I've tracked the source of the error to this line of code: https://github.com/webmin/webmin/blob/master/miniserv.pl#L5969 If I try to…
Besto
  • 388
  • 1
  • 13
2
votes
1 answer

Browser downloading PHP files instead of executing them. Webmin + NGinx

The Problem I attempted to upgrade from PHP 7.0 to 7.2 today and it resulted in websites on the server downloading through the browser instead of executing like normal. sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt-get purge…
Spencer Hill
  • 1,043
  • 2
  • 15
  • 38
2
votes
2 answers

SSL Certificate webmin

I'm currenty working with webmin And it is a great program. I creaties And connected An SSL certificate tot mydomain.nl And when I go to that link IT has the green Kock. But when I go to mydomain.nl:10000 (webmin control panel) IT has the red locker…
2
votes
1 answer

How can I create a Webmin Cluster?

I want to install packages all over servers at the same time. Finally I will install a cloud service and distributed filesystem for testing purposes? I found Webmin has Cluster option, but no clue or clear documentation about how to do. Webmin UI is…
2
votes
1 answer

Where does Webmin store the root MySQL password?

If I change my root password for MySQL, Webmin prompts me to re-enter it so that it "knows" the password. Where is Webmin storing this password at?
Bob Chip
  • 182
  • 2
  • 6
2
votes
1 answer

Permissions denied when starting apache through webmin/virtualmin

I am trying to start my Apache server through both webmin and putty, but I am getting the same error codes. Apache was running perfectly fine before we did a restart of our VPS, now all the services started except for Apache. We are running CentOS,…
user6373802
2
votes
1 answer

How to POST form data to a bash script from cgi file?

I've been tasked with creating a simple page and form in Webmin that takes 5 parameters, and sends them to a bash script for further processing. Nothing fancy, but this is new to me, and I'm unsure how to accomplish this task. I'm able to manually…
clint_milner
  • 365
  • 6
  • 18
2
votes
0 answers

Webmin Scheduled Cron Job Not working

I have a cron job scheduled on my VPS, which runs at manual execution but not when scheduled as a cron job. Command /usr/bin/php -q /var/www/html/cron.php notification sendChatNotication (*yii) is working as expected on shell. I have followed…
TED
  • 1,829
  • 5
  • 18
  • 36
2
votes
1 answer

mCrypt installation failed CentOs 7

I have to install mCrypt. I've chcecked those methods: Install php-mcrypt on CentOS 6 And not worked for me. After I've tried to use this: sudo yum install epel-release sudo yum install libmcrypt-devel If you are running the default PHP installation…
gicu
  • 19
  • 5