3

I'm looking for a web-based tool allowing me to do the following:

  • Have a single web-based UI for multiple servers
  • Services monitoring: for each server I want to see all running daemons and be able to start/stop/restart them (just like windows services)
  • Have a interactive web-based shell allowing to execute commands to multiple machines directly from my browser
  • Fast scripting: be able to create scripts directly in my browser and run and deploy them to all my machines

Do you know if there is something similar around ?

3 Answers 3

1

There are some commercial web interfaces for managing linux servers.
cPanel and DirectAdmin are the most popular examples.

You can have a shell in the browser using something like Gate One (video demo).

There is also Zentyal, a linux distribution that was designed to be administered through a web-interface.

1

There's some commercial offerings which try to deliver this (Tivoli, unicenter TNG, Openview, BMC) IME, they mostly deliver this by being a jack of all trades rather than a master of one.

Services monitoring: for each server I want to see all running daemons and be able to start/stop/restart them (just like windows services)

Nagios, Munin, Cacti

Have a interactive web-based shell allowing to execute commands to multiple machines directly from my browser

Canonical Landscape, and while it's not web-based (how 'interactive' should system admin be?) there's clusterssh

Fast scripting: be able to create scripts directly in my browser and run and deploy them to all my machines

Isn't that the same as the previous requirement?

0

There's Webmin, but personally I don't fancy the way it does things. Your mileage may wary.

1
  • Yes, I know Webmin but it is more for management and configuration. I would like something for daily management. Commented Mar 27, 2012 at 11:45

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.