Help - Search - Members - Calendar
Full Version: Webmin style app for Windows
Neowin Forums > Windows Support > Windows NT4/2000/2003/2008 Server
kitteny_berk
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.


Maxious
QUOTE(kitteny_berk @ Jan 7 2005, 14:20)
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.
[right][snapback]585247323[/snapback][/right]

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
kitteny_berk
how much control does that give?

ideally i only want dead basics available from the web, for obvious reasons
Maxious
QUOTE(kitteny_berk @ Jan 7 2005, 14:20)
basic controls, the ability to reboot the machine, stop/start a few apps and services.
Cheers.
[right][snapback]585247323[/snapback][/right]


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
kitteny_berk
cheers, looks like that might do the job nicely for higher end users.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.