I'm currently playing around with Debian a little bit... I've installed webmin using Code: apt-get install webmin , but somehow it doesn't offer a lot of functionality, i.e. I can't configure anything there. It just seems to be a basic framework that's waiting for additional modules to be installed, which is totally different from the webmin that comes with Mandrake which is the distribution I normally use... How can I add functionality to webmin? Florian
You have to install additional modules for the tasks you want to fulfill. If you run Code: apt-cache search webmin you get a list of all available modules. You can install them by running Code: apt-get install [I]module_name[/I] Roland