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
3
votes
1 answer

Is there a way to access webmin using APIs

I have installed webmin on my centos linux server. I want to set a cron or list cron jobs using API which I can call through any python or php code. I tried finding any such thing on internet and in webmin documentation, but couldnt find…
kadamb
  • 1,532
  • 3
  • 29
  • 55
3
votes
1 answer

How to dockerize my new VPS server?

Currently I have a VPS server running CentOS with DirectAdmin panel on it. I managed everything from the panel and easily created new hosting packages for my client. As a programmer I demand much from my server, so since it is a managed VPS it…
user3411864
  • 624
  • 2
  • 12
  • 27
3
votes
0 answers

webmin - can't edit mysql settings at all

New webmin user. I have a database setup and running. The 'MySQL Server Configuration' page provides pretty much nothing in terms of settings and the 'MySQL System Variables' page shows at the top 'Warning - Variables set on this page will be…
user756659
  • 3,372
  • 13
  • 55
  • 110
3
votes
3 answers

Webmin login keeps looping to session_login.cgi

I've had a working webmin setup on a VPS, however after trying to force it to connect via HTTPS I've done goof somewhere and now whenever I try to login the login page doesn't display correctly (no blue rectange background) and trying to login via…
Joao M
  • 31
  • 1
  • 3
3
votes
1 answer

ProFTPd unable to seteuid

i'm trying to figure out this problem: 2014-04-07 14:00:58,628 srv proftpd[10143] srv (pfsense.localdomain[192.168.0.1]): FTP session opened. 2014-04-07 14:01:13,779 srv proftpd[10091] srv (pfsense.localdomain[192.168.0.1]): Preparing to chroot to…
kjertil
  • 31
  • 1
  • 1
  • 3
3
votes
0 answers

Can't change webmin port on CentOS 6.5

I have a CentOS 6.5 with webmin installed. I need to change the default port (10000) to something else (1020) for example. Here is what I've tried so far: From web interface I changed the port and when it redirect to the address with the new port…
mbouzahir
  • 1,424
  • 13
  • 16
3
votes
6 answers

Access the file manager on webmin

Today, when I try to open the file manager on my webmin page, it shows me the error that your security settings have blocked an untrusted application from running. I updated the java but I am getting the same error. Please help me to find the…
arjun
  • 31
  • 1
  • 1
  • 3
3
votes
1 answer

Creating sub domain on webmin

Can anybody help me in creating subdoain through webmin. I want to create subdomain like test.xxxxx.com for this I tried with several reference site but no…
vijay2991
  • 131
  • 2
  • 4
  • 13
3
votes
1 answer

How to use Node js in conjunction with Webmin

I have a server running webmin (different domains pointing to different app/directories). Currently I can have my php app running from a directory and all I need to do in order to make it live is get webmin to direct that domain to that specific…
WagnerMatosUK
  • 4,309
  • 7
  • 56
  • 95
3
votes
3 answers

How to disable root login on Virtualmin

I’m using a vanilla Webmin / Virtualmin 3.93 GPL version on Centos 6. I’ve created a new user that has full privileges on Webmin, so now I want to disallow root from logging in, as obviously it could be a security issue. Does anyone know how to do…
totallyNotLizards
  • 8,489
  • 9
  • 51
  • 85
2
votes
1 answer

why imported database is smaller in phpmyadmin?

I have dumped a database using phpmyadmin and had 390MB and then imported it using command line into new database, then it showed the size 360. Why this imported database is smaller? Thanks.
Droid-Bird
  • 1,417
  • 5
  • 19
  • 43
2
votes
2 answers

run cron job on end of every month

I need to run a script at 2 pm on the end of every month. The reason i set 2 pm is i've a timezone of asia/calcutta and it differs 10 hrs and 30 min. from the server time. I've set date_default_timezone_set('Asia/Calcutta') in my script, so for the…
vkGunasekaran
  • 6,668
  • 7
  • 50
  • 59
2
votes
0 answers

Webmin Loading issues on clean install

I have recently spun up a VPS Running AlmaLinux 9.2 and installed Webmin, as well as Apache and dotnet runtime. Everything seems to work except for Webmin, which is showing some strange behaviour I have never seen before. The issue I am encountering…
CloudTheWolf
  • 334
  • 2
  • 10
2
votes
1 answer

Can't locate ./acl/md5-lib.pl at /usr/share/webmin/changepass.pl

While changing the password of Webmin through the terminal Can't locate ./acl/md5-lib.pl at /usr/share/webmin/changepass.pl Using Ubuntu 20
Jai Chauhan
  • 4,035
  • 3
  • 36
  • 62
2
votes
2 answers

How do I set my VPS Webmin/Virtualmin server to show data from MongoDB in the hosted website?

This is my first question I hope I do it right. So : I developed a MERN website, on which I have perfect connection with a MongoDB db as well as an Amazon S3 one. I am currently trying to host it on a Hostinger VPS with Virtualmin and Webmin. The…
ebrun
  • 21
  • 5
1 2
3
20 21