Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. See the standard modules page for a list of all the functions built into Webmin.
Questions tagged [webmin]
104 questions
0
votes
1 answer
website which configured with webmin always redirects to default apache2 index file
i am trying to install my website on apache 2 on debian 9 using webmin
but the problem is website keeps redirect to index.html file from apache's default
in /etc/apache2/sites-available i have niaqo.com.conf which contains this code

HiDd3N
- 121
- 4
0
votes
2 answers
Default website on all Apache virtual hosts
I have installed Webmin, Virtualmin, LAMP on my Debian Stretch server. It's a clean install.
Now my problem is a bit weird, as I have already had it with my previous server a long time ago, and it took me half a year to finally solve it - when first…
user464065
0
votes
0 answers
Postfix sending the same email hundreds of times
Debian 7 setup, with Virtualmin/Webmin
Recently, I've had some complains by some people, who reported receiving the same emails, from a website hosted on my VPS, up to 300 times
A quick glance through the logs returns a lot of lines like the…

Mdk
- 161
- 5
0
votes
3 answers
I can't access my VPS (Centos7) after about 1 day unless I restart the server
I have a CentOS 7 VPS with Webmin and Virtualmin installed. I have several domains on this server as well as mail server(Postfix, Dovecot). Sometimes I can't access it (either from webmin using IP address or SSH) until I restart the machine from my…

Rouhollah Mazarei
- 111
- 5
0
votes
0 answers
webmin login redirect issue using apache as proxy
I have a webmin properly setup using apache as proxy. However, there is a minor issue which is really annoying.
After typing in the username and password, the website failed to redirect to the correct URL.
that means instead of…

Mox
- 101
- 2
0
votes
1 answer
Nginx proxied webmin still requesting over HTTP
I have a webmin installation that is proxied by an nginx server.
My nginx config looks like:
server {
listen 80;
server_name mysite;
return 301 https://$server_name$request_uri;
}
server {
listen 443 ssl http2;
include…

Fabrizio Mazzoni
- 671
- 1
- 9
- 24
0
votes
1 answer
Webmin gives RPC error when trying to execute a scheduled Cron Job
When trying to run a cron job I created via webmin I get this error:
Running letsencrypt renew on selected servers ..
Failed to run on ... (this server) : RPC error :
I just noticed this today but i think this error is there for maybe 2 or 3…

userlip
- 1
- 2
0
votes
1 answer
Webmin - dhcpd "Stop server" doesnt work on Centos 7
I'm having a problem with webmin since week or so not stopping service correctly.
The other department reported an error while trying to stop DHCP server trough webmin, page doesn't show the service stopped after clicking "Stop Server" button. It…

user3719787
- 1
- 1
0
votes
0 answers
Cannot reach Webmin neither /w Local nor Remote (Centos 7.2.1511)
I installed Centos and everything in network (192.168.178.1/24), then I moved server to another network which has the exact same configuration (192.168.178.1/24). On the first network which has the same config, webmin was working without any…

A. Mesut Konuklar
- 111
- 3
0
votes
3 answers
HAProxy reverse for Virtualmin Admin
Wondering if anyone else has done this..
I have two virtualmin servers, web-1 and web-2. I have configured HAProxy on our PFSense firewall to correctly intercept web-(1|2).domain.com and redirect to the correct internal IP on port…

AlienPie
- 48
- 5
0
votes
1 answer
https works on webmin but not on domain name
I got an issue with the https request, when it comes to the access webmin, is working fine even the certificates are working pretty good. when i try to access the domain using https is not working. I am using an Amazon Web Service. on Aws the i have…
0
votes
1 answer
Why am I seeing much more cron jobs in webmin than in `crontab -e`?
I am just starting to learn cron jobs. Basically I am going to use webmin to manage my cron jobs, I am also reading some basic information about cron jobs.
So far I've learned that /etc/crontab stores the cronjobs and /var/spool/cron/crontabs has…

shenkwen
- 199
- 2
- 14
0
votes
1 answer
Identical DHCP leases, excessive dhcp traffic
Fresh install of CentOS 7, removed dnsmasq, installed dhcp server, iptables, webmin, apache.
This is school and lot of switches and wifi (bridge mode) AP's connected to this router
One network - 10.0.0.0
DHCP pool - 10.5.0.1 - 10.5.244.244
There is…

Matt Markevičius
- 91
- 1
- 6
0
votes
1 answer
Apache don't have full permission
I setup local server on ubuntu, install webmin to have access from desk, install apache etc. And at the end I install joomla as I'm building local use erp system.
But it looks like Apache (or php I don't know) don't have some permission as not…

maw2be
- 23
- 1
- 7
0
votes
0 answers
Limit user mailbox size
I have a Webmin postfix server and one of my clients has a mailbox that exceeds 4GB. Their default user plan should only allow them to have 1024MB of data in all their mailboxes combined, however, this doesn't seem to be the case.
I have found a…

Ruben Rutten
- 101
- 2