Questions tagged [webmin]

61 questions
5
votes
1 answer

Postfix Issue: Connection Timed Out

From the Roundcube dashboard, it shows that the message is sent successfully. However, when I check into /var/log/mail.log, it shows like this: https://pasteid.fledix.com/5mat It's not even receiving messages from other emails. I went to Hostname…
schttrj
  • 51
  • 1
  • 1
  • 3
4
votes
1 answer

How to bring up an inactive mdadm RAID after a reboot while adding a drive to a raid-6?

I have been using webmin to manage my RAID array for several years, and I never had any reason to use the mdadm commands in the terminal. However, some days ago, I added a disk to my RAID6 array of six drives and there was no progress in the…
moxi
  • 41
  • 1
  • 1
  • 4
4
votes
3 answers

Which ports should I open for apt-get to work?

I installed Webmin, and then set up the firewall like this: INPUT SSH port ALLOWED Webmin port ALLOWED HTTP port (80) ALLOWED DROP EVERYTHING ELSE FORWARDING no rules OUTPUT no rules If I remove DROP EVERYTHING ELSE from INPUT, everything…
cantsay
  • 164
  • 1
  • 1
  • 6
3
votes
3 answers

how to install a webmin module by command line (bash)?

I want to install a module in webmin by command line (bash). How do you do this? Example: wget https://download.webmin.com/download/modules/text-editor.wbm.gz inside this .gz: text-editor.wbm sudo tar -xf text-editor.wbm.gz The module (in this…
acgbox
  • 891
  • 4
  • 11
  • 32
3
votes
1 answer

Webmin stopped working after upgrade to Stretch

After upgrading to Stretch, upon trying to enter webmin via the www, it gives an error instead: Error - Perl execution failed Can't locate WebminCore.pm in @INC (you may need to install the WebminCore module) (@INC contains: /etc/perl…
Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
3
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
  • 143
  • 1
  • 6
2
votes
1 answer

Is Webmin oriented toward a particular Linux distro?

I have used Webmin on multiple distros, both on the Red Hat-based side and the Debian-based side, and have had various issues with it on both. My issues have included things like configuration failing when restarting a service from within Webmin,…
trpt4him
  • 188
  • 4
2
votes
0 answers

Webmin alternative that installs & runs on the client machine & communicate via SSH

Are there any Webmin alternatives that don't consume server resources but instead install on client machine & communicate via SSH client. So effectively all the actions made on that GUI are converted to terminal commands & executed via SSH. Are…
Rajat Gupta
  • 121
  • 3
2
votes
1 answer

Webmin administrative panel options are missing

When I log into Webmin, with the Ubuntu administrative user frank, I cannot see most of the administrative options: frank is shown as the Administration username in Webmin. I accidentally removed the frank user from the sudo group, last week. My…
dbasch
  • 131
  • 4
2
votes
1 answer

dovecot: imap-login: Disconnected auth failed user=<>

Operating system Ubuntu Linux 18.04.2 Webmin version 1.900 (latest) Usermin version 1.751 (latest) Virtualmin version 6.06-2 (latest) I have a problem with Dovecot & Usermin/Virtualmin. The problem affects ONLY domain users (main virtual server…
conanDrum
  • 437
  • 1
  • 5
  • 14
2
votes
2 answers

Missing packages and repos setting up webmin on VPS

I'm just trying to set up webmin as the first thing on a new VPS, I'm familiar with Ubuntu (it's my main work machine). This is what's on the VPS Description: Debian GNU/Linux 8.5 (jessie) Release: 8.5 Codename: jessie So I follow the…
Adaddinsane
  • 133
  • 5
2
votes
1 answer

How to use Jailkit Jail Manager in Virtualmin to restrict users

How to use Jailkit Jail Manager in Virtualmin (Webmin 1.892) to restrict users in their homes including virtual website and all services running under user? I am setting up small website hosting service and I must disable access to everything except…
Baterka
  • 293
  • 1
  • 2
  • 9
2
votes
2 answers

Revise users which have default /bin/bash shell setting

On SLES 11 SP 2 I found out with webmin that lot of default users have the /bin/bash setting which in principle allows them to run in a SSH shell. I consider it as a possible security risk. My question: Can I safely change for all the users in the…
Peter VARGA
  • 992
  • 3
  • 11
  • 28
2
votes
1 answer

Webmin stopped opening

Webmin stopped working again today in Stretch. It is not actually the first time. (last time Webmin stopped working after upgrade to Stretch ) This time round, it does give a timeout error in Safari, but while opening it up in Firefox I have got…
Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
2
votes
0 answers

Start process at startup

I have installed JDownloader on my Debian based NAS System and want to get JDownloader starting at boot. I have setup a script in /etc/init.d/jdownloader and can start JD with SSH like /etc/init.d/jdownloader start or service jdownloader start and…
fteinz
  • 209
  • 4
  • 12
1
2 3 4 5