http://qs321.pair.com?node_id=756116

wazoox has asked for the wisdom of the Perl Monks concerning the following question:

Yes, here we go again :) Here's my problem : we long used Webmin, and still use it, and still plan to use it for the years to come. But...

Webmin comes with everything including the kitchen sink and the coffee maker, so that's great. However Webmin sucks terribly, too : it's insecure as hell (everything runs as root, all the time), it's insecure as hell (try adding trailing characters to your password...), it's insecure as hell ( use strict? warnings? taint mode? Nah...). Did I mention it lacks security and is written in ugly Perl 4 style (it's slowly improving, but 1994 called and they want their codebase back)?

So... I made a survey of alternatives to webmin and I have to admit it's pretty poor. There's eBox, it's nice, it's pretty but it's far (quite far, actually) from complete. No user profiles, no error messages internationalisation, and a questionable backend relying exclusively on gconfd. I have nothing against gconfd of course, but the whole concept of "whatever manual edit to whatever configuration file will be overwritten mercilessly" bothers me. After all I plan to provide my customers with a nice Web UI, but I'll certainly go on using vi to edit configurations.

Let's recapitulate : Webmin works, but it sucks. eBox works, but it sucks. I found nothing else that would even approximately cut it. So I'll have to build a (simple) system with :

Well that's about it. So before I start, if anyone knows of such a beast that would save me some weeks of coding, or of some fantastic and easy feature I forgot to mention, please don't keep silent!