Using HTML Remote Administration Tools on Windows 2003
New tool incorporated in MS Windows 2003 of administration, It is about remotely managing a server using the web environment, Those of us who know something Linux is like the “Webmin”, But it doesn't even come close to him, But it's something, Little by little things are going.
To install it, you necessarily have to install IIS, for this:

We're going to “Beginning” > “Panel de Control” > “Add or remove programs” > “Add or remove Windows components”, we look for a component called “Application Server”, we double-click it, we look for another one called “Install Internet Information Services (IIS)” and we double-click that too, we look for another one called “World Wide Web Service” y entramos en sus propiedades, finally we select “Remote Administration (HTML)” and several components will be automatically checked, we accept all these windows and start installing it.

We wait while it is installed… it will ask us for the MS Windows 2003 CD…

End.

Well, it would now be installed, now at most, we can add security if we are interested, by changing the ports, by default is the 8098 via HTTPS, so if you want and know, mess around. All this in “Beginning” > “Programmes” > “Administrative Tools” > “Internet Information Services IIS Manager”. It is optional.

Well, to connect to the server console, we open an internet browser from any PC on the network, y nos conectamos al nombre del servidor o IP usando SSL-HTTPS y al puerto 8098 que es el que viene por defecto, in my case: https://192.168.0.3:8098, nos saldrá un aviso de un certificado, lo aceptamos pinchando en “Yes”.

Por defecto no se puede conectar cualquiera al servidor por el 8098, así que pedirá autenticación, yo meto el administrador de ese servidor o el del dominio y Aceptar.

Esta es la pantalla principal que tiene, nos indica que tiene una Advertencia, es por el certificado que es mejor crear uno para este servicio (Just like that.). Y bueno desde esta web metiendose en los menús se puede hacer todo lo siguiente:

In “State” veremos el servidor si tiene alguna incidencia.

In “Sites” podremos Crear/Modificar/Borrar/Reiniciar los sitios webs.

In “Servidor Web” podremos administrar la consola IIS por medio de web, safety, configurar un FTP…

In “Net”, podremos cambiar el nombre al servidor, pertenencia a dominio/Grupo de trabajo, configurar las tarjetas de red, los protocolos, la IP, mascara, P.E., DNS, configurarle como servidor Telnet para conectarnos por MSDOS, cambiar la contraseña del administrador…

In “Users”, lógico: Crear/Modificar/Borrar usuarios y grupos, tanto locales como del Directorio Activo.

And in “Maintenance”, opciones regionales, apagar/reiniciar el server, ver el Visor de Sucesos, conectarnos con RDP al escritorio del servidor o mediante Terminal Server, configurar varias alertas vía email…
Sin duda una herramienta más que aporta MS Windows 2003 que está bien conocer, sobre todo pq podemos administrar el servidor desde cualquier PC sin tener que andar instalando el “AdminPak” o sin tener que andar moviendonos.










































