Webmin style app for Windows


Recommended Posts

Evening, I'm looking for a webmin style app for a windows xp machine acting as a server (yes, lets get the windows/linux and 2k/xp/2k3 thing out of the way now)

anyways, does anyone know if there's anything like that about, i ideally need basic controls, the ability to reboot the machine, stop/start a few apps and services.

Cheers.

Link to comment
https://www.neowin.net/forum/topic/267894-webmin-style-app-for-windows/
Share on other sites

Evening, I'm looking for a webmin style app for a windows xp machine acting as a server  (yes, lets get the windows/linux  and 2k/xp/2k3 thing out of the way now)

anyways, does anyone know if there's anything like that about, i ideally need basic controls, the ability to reboot the machine, stop/start a few apps and services.

Cheers.

585247323[/snapback]

i personally just use the web client for remote desktop - http://www.microsoft.com/windowsxp/downloa.../rdwebconn.mspx

this might help if you're using/can install IIS - http://support.microsoft.com/default.aspx?...;en-us;324282#4

basic controls, the ability to reboot the machine, stop/start a few apps and services.

Cheers.

585247323[/snapback]

using psexec you can get a remote command prompt - http://www.jsiinc.com/SUBI/tip4100/rh4141.htm

eg psexec \\server cmd

once in the command prompt is your friend - examples:

reboot machine - shutdown -r

start services - net start "Internet Infomation Services"

stops services - net stop "Telnet"

list processes - tasklist

kill processes using PID (3-4 digit number in tasklist) - taskkill /pid 1234

kill process using exe name - taskkill /IM notepad.exe

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.