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
How to Properly Set SPF Record
I am new to setting up server, this is my first time setting up mail server on my own. I am using ubuntu with webmin, everytime I send and receive from gmail, I had no problem.
I can receive emails from yahoo but everytime I send emails to yahoo,…

pasaisea
- 37
- 1
- 6
0
votes
1 answer
Webmin on Ubuntu 14.04 not listing AD users
I have an Ubuntu Server 14.04 running Samba4 integrated with AD. wbinfo -u, wbinfo -g all work fine. I launch webmin on port 10000 and login. I was able to create a file share one time, then assign permissions to a certain AD group. after a…
0
votes
0 answers
phpmyadmin can't login with non-root users
I just started learning to manage Linux web hosting. After installed webmin/virtualmin on Ubunto 14.04, I used the install script of virtualmin to install phpmyadmin. The problem is, I can only use root to login phpmyadmin, in the database, I can…

shenkwen
- 199
- 2
- 14
0
votes
1 answer
Run virtualmin on subdomain
I have a Centos 7 server that I just installed virtualmin. For the purposes of this question srv1.domain.com will be the hostname of my server. What I am trying to figure out is how to configure Apache so that going to https://srv1.mydomain.com will…

watzon
- 111
- 3
0
votes
1 answer
Webmin - remove file manager bookmarks
I have created too many bookmarks in Webmin filemanager using bookmark this page link, now when I click on bookmarks the bookmarks menu window goes up and hides in browser.
I cannot access bookmarks now, Please suggest me a way to reset bookmarks or…

Tall boY
- 221
- 1
- 3
- 13
0
votes
1 answer
webmin and reverse proxy
I want to proxy a webmin endpoint eg. https://xx.xx.xx.xx:10000 so it will be accessable from https://webmin.example.com
nginx
server {
listen 443 ssl http2;
server_name webmin.example.com;
ssl_certificate …

clarkk
- 2,035
- 8
- 24
- 36
0
votes
1 answer
Mail from my server that Webmin install is complete, but I didn't initiate it
I just got the following mail from my server. I didn't install/update webmin manually, it's there as it has always been since I've set it up over a year ago. Is this just a normal regular automatic update mail, or should I be worried?
Sender:…

Nikola
- 847
- 4
- 13
- 22
0
votes
1 answer
Webmin - Error - File not found
I have Webmin 1.590 on Arch Linux and I'm getting "Error - File not found" message when trying to access certain functions such as "Upgrade Webmin" and "Install Module" because it seems that I'm missing the .cgi script files for them.
I tried…

akih
- 1
- 1
- 3
0
votes
2 answers
Restarting webmin firewall/iptables
I'm trying to figure out how can I restart iptables setup made from webmin.
When created the firewall rules, webmin saved everything into iptables.up.rules.
I used the iptables to DROP as default action, and ACCEPT traffic only from certain IP…

alechko
- 31
- 1
- 4
0
votes
0 answers
Rsync Webmin from master VPS1 to child VPS2
I am attempting to replicate(rsync) the etc/webmin directory from the Master VPS (VPS-1) to the Child VPS (VPS-2). However, after performing the copy, the server summary on the Child VPS still displays the IP address of the Master VPS. My goal is to…
0
votes
0 answers
Postfix - forwarding mail to an external email address
I'm not normally a Linux server guy: I'm a .NET programmer. However, I inherited a situation where there's a website hosted on a Linux server using Postfix on Webmin. They have several aliases set up, but none to external email addresses.
I tried…

SEFL
- 1
0
votes
0 answers
Unable to Automate Mail/Server Sync Using doveadm
I'm trying to migrate emails using dovecot's: doveadm sync -1 command.
I have created a file of email addresses (usernames) that I'd like to iterate through and I can do this; however, each time I need to enter the root password for the receiving…

Adam
- 41
- 6
0
votes
1 answer
Cloudmin backup size
we are using Cloudmin under CentOS 7.9. to manage Xen virtual machines that use LVM. It's all backed up once a week (via Cloudmin's built-in backup system, which I think just uses dd). Last week I noticed one thing: on one system, I deleted 150GB of…

Dmitry
- 23
- 4
0
votes
0 answers
Wireguard-ui: `Bad PATH_INFO : /login`
I've successfully installed Wireguard + UI to a Debian11 VPS with this AIO script.
But if I open the http://localhost:5000 via Webmin tunneling, I get this error:
Bad PATH_INFO : /login
How do I fix this?
Edit2:
The problem is only occurring, if I…

SzakiLaci
- 101
- 3
0
votes
0 answers
Remove Virtualmin Access via IP
I'm trying to harden server security by following suggestions given by securityscorecard.com. I can access Webmin / Virtualmin via the IP directly with:
https://[my-ip]:10000
It does so with a self-signed SSL cert and the securityscorecard service…

Travis
- 121
- 3