Results 1 to 6 of 6

Thread: Need Web based centralized console

  1. #1
    Join Date
    Feb 2010
    Posts
    471

    Exclamation Need Web based centralized console

    Hi all,

    I am a server admin in one company. Sometimes when I logging into multiple servers can face the changes is troublesome. I need some web-based centralized console to review and accept changes by server. Please advice for some tool or program. Thanks in advance.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Need Web based centralized console

    You can use open source web-based centralized console that is tripwire to review and accept changes. It have some great features like lists all your servers and their statuses with has changes, no changes or no report on a single web page. You can also review the changes. Check that and reply.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Need Web based centralized console

    I am also using tripware that is easy to use. One time logging in, we start to create servers. For each server, we state the hostname, the ssh public key and many more. Once the servers are twisted, CentralWire will download its newest tripwire statement once every 24 hours in the background. If the report has changes, we can review the report and recognize the changes right here in CentralWire. We can also accept the modify for one server or for all the servers listed in one step.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Need Web based centralized console

    It is also integrates with LDAP for authentication. After the installation, you need to CentralWire that is a standard Java web application and should run on all web containers supporting the Servlet requirement v2.4 and JRE 5 or later. It former tested with Tomcat 6 and Jetty 6. It also needs databases that maintain character large objects (CLOB). It is been tested with PostgreSQL 8.2. Check and reply how was the experience.

  5. #5
    Join Date
    Feb 2008
    Posts
    1,852

    Need Web based centralized console

    You need to login using an LDAP account that fit in to the group named "admin". Then you'll observe the main screen: the screen inventory all the servers . So, click "Add new server" to classify a new server. Note that the SSH key value can be found in /etc/ssh/ssh_host_rsa_key.pub on to facilitate h1 host. Click "OK" and then "Main page" to go back to the main page. You'll perceive this new server. Check and reply.

  6. #6
    Join Date
    Jan 2008
    Posts
    1,521

    Need Web based centralized console

    CentralWire will login as that user to access the database. Take PostgreSQL as an example. You need to put the following commands on the database server host as root.
    Code:
    su postgres
    createuser -S -D -R -P centralwire
    Enter password for new role: 123  <-- Use a better password!
    Enter it again: 123
    createdb -E Unicode centralwire
    psql template1

Similar Threads

  1. Delphi, TWebBrowser, Centralized Window?!
    By alex198555 in forum Software Development
    Replies: 3
    Last Post: 29-07-2010, 11:21 AM
  2. Centralized solution to update Adobe CS4
    By Smita.bendal in forum Windows Software
    Replies: 3
    Last Post: 25-06-2010, 02:47 PM
  3. Deploying and centralized management of AV updates
    By AMISH in forum Networking & Security
    Replies: 3
    Last Post: 20-11-2009, 03:54 PM
  4. Replies: 4
    Last Post: 06-04-2009, 05:15 PM
  5. Tectoy Zeebo is 3G-based gaming console
    By madhyena in forum Portable Devices
    Replies: 3
    Last Post: 25-03-2009, 10:01 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,267,881.26535 seconds with 17 queries