Location:
Search - 远程重启服务器
Search list
Description: 用于远程控制来重启服务器源码,主要用在服务器出问题,而安排的PcAnywere又不能控制的情况,通过TelNet来访问该服务以达到重启目的。我用了很久,很不错-for remote control to restart the server source code, the main problem with the server, and the arrangement also PcAnywere beyond the control of the situation, TelNet to visit the resumption of services to meet purpose. I spent a long time, very good
Platform: |
Size: 6197 |
Author: 张文高 |
Hits:
Description: 是我上个礼拜给客户做的一个远程重启服务器的程序。
Platform: |
Size: 393617 |
Author: xdbird |
Hits:
Description: 最大特点
1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器.
2.客户端无论安装任何插件.
3.只有一个JSP文件,文件名可以随意改,隐蔽性好.
功能:
1.文件管理: 包括对文件的操作和打包下载.
2.终端命令: 其实就是Win下的"命令提示符",可以通过命令进行重启服务器等操作
3.远程桌面: 和Windows系统的"mstsc"基本上一样,可以远程管理桌面.
4.任务管理: 可以查看正在运行的程序的状态,并终止已停止响应的程序
5.服务管理: 启动、停止或重新启动服务.
6.系统信息: 可以查看CPU、内存、OS版本....
其它说明:
1.默认用户名是"mietian",没有密码(在文件中的第二行可以更改密码).
2.完全公开源代码.
Platform: |
Size: 14910 |
Author: 122518649@qq.com |
Hits:
Description: 用于远程控制来重启服务器源码,主要用在服务器出问题,而安排的PcAnywere又不能控制的情况,通过TelNet来访问该服务以达到重启目的。我用了很久,很不错-for remote control to restart the server source code, the main problem with the server, and the arrangement also PcAnywere beyond the control of the situation, TelNet to visit the resumption of services to meet purpose. I spent a long time, very good
Platform: |
Size: 6144 |
Author: |
Hits:
Description: 软件名称: 远程计算机管理(DCOM技术)(客户端/服务端)
功能说明:
本软件最大的特点不是利用socket实现的,而是使用了DCOM技术,服务器端是一个NT Service
程序,因此远程计算机不用登录系统就可以进行连接,可以用于远程计算机的管理, 目前功能如下:
1.可以查看远程桌面,使用了GDI+进行数据的转换(把BMP数据转换成PNG格式),传输速度快
2.可以用鼠标控制
3.可以用键盘控制
4.服务端可以被多人连接控制
5.可以(强行)重启/关机
6.可以远程登录计算机,并且可以发送Ctrl+Alt+Del三键出现登录界面(Win2000/NT4.0/XP)
7.能够读取远程计算机的剪贴板,并且放在本机的剪贴板中-software name : remote computer management (DCOM) (client/server) Description : The biggest feature of the software is not achieved using socket, but the use of DCOM technology, the server-NT Service is a process, not remote computer logged on the system connect can be used in remote computer management, functions as follows : 1. can View Remote Desktop, using GDI data conversion (BMP data put into PNG format), two fast transmission. the mouse can be used to control 3. keyboard control can be used 4. the server can be connected to control more than five. may (forced) to resume/Off 6. remote Login computer, and send Ctrl-Alt-Del key emerging logged three interfaces (Win2000/NT4.0/XP) 7. to read Remote Computing Machine clipboard, and the machine on the clipboard
Platform: |
Size: 1994752 |
Author: 阿东 |
Hits:
Description: 远程控制软件源代码,分为服务器和客户端两部分,能够监控多个机器,实现远程关机,注销,重启等功能,并可以远程文件的上下载,控制机器远程PING功能以及一些基本信息的获取等-remote control software source code into the server and client 2, to monitor multiple machines, remote shutdown, canceled, resume function, and can remotely download the document, PING remote control machine functions and some basic information such as access
Platform: |
Size: 826368 |
Author: 吴华平 |
Hits:
Description: EasyFtp是一款用于文件传输的软件。运行于WINDOWS95/98环境下。
它将FTP的基本功能图形化,并实现了一些功能的增强。
具体功能如下:
1.文件,目录(带子目录及文件)的相互传送。
2.多线程分块传输。
3.后台任务队列控制,可实现停止、重启、续传等操作。
4.远程服务器的地址信息管理。
5.对远程服务器可实现建目录、删除、改名等操作。
6.对本地同样可实现这些功能。
7.选项控制文件的传输。 -EasyFtp is a software for file transfer. Running on WINDOWS95/98 environment. FTP will be the basic functions of graphical and achieve a number of features. Specific functions as follows: 1. File, directory (with subdirectories and files) of each transmission. 2. Multi-threaded sub-block transfer. 3. The background task queue control, can be achieved to stop, restart, etc. Resume operation. 4. Remote server
Platform: |
Size: 246784 |
Author: lee |
Hits:
Description: Roger的小程序系列(11)远程控制
俗称的木马就是远程控制软件的一种,区别就在于被控制端是否是知情自愿的。远程控制的基本功能并不复杂,总的来说也是C/S模式的命令数据发送接收,下面来介绍一下Roger大概两年前写的远程控制程序,Roger把它叫做SBD。这个远程控制程序已经做到的功能有:
MD5挑战应答式认证
服务器端无进程
支持中英文的键盘记录
提供可视化的文件管理
提供控制台
同时支持正向和反向连接
支持可变质量JPEG截屏
支持远程关闭、重启、注销、休眠、待机、等操作
下面来具体讲讲需要用到的实现技术。首先是通信。Roger首先写了一个类RemoteCtl来负责服务器和客户端的通信。
————————————————————————
作者: roger
Blog: http://rogerfd.cn/
Email:roger99707@163.com
本文欢迎转载和引用,请保留本说明并注明出处
-err
Platform: |
Size: 942080 |
Author: 王小军 |
Hits:
Description: 最大特点
1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器.
2.客户端无论安装任何插件.
3.只有一个JSP文件,文件名可以随意改,隐蔽性好.
功能:
1.文件管理: 包括对文件的操作和打包下载.
2.终端命令: 其实就是Win下的"命令提示符",可以通过命令进行重启服务器等操作
3.远程桌面: 和Windows系统的"mstsc"基本上一样,可以远程管理桌面.
4.任务管理: 可以查看正在运行的程序的状态,并终止已停止响应的程序
5.服务管理: 启动、停止或重新启动服务.
6.系统信息: 可以查看CPU、内存、OS版本-auto
Platform: |
Size: 13312 |
Author: wuguanjun |
Hits:
Description: 远程控制软件-偷窥者
本软件的最大特点是在服务器端与客户端之间有两个socket连接,一个用
于图像的的传送或者接收,另一个负责命令的处理,这样就保证了操作的流畅。
1.可以偷窥到对方的桌面内容,按设置的时间进行刷新.
2.可以用鼠标控制对方的电脑,包括所有的鼠标操作.
3.可以使用键盘控制对方的电脑,几乎可用所有的按键.
4.在客户端可以建立多个窗口,对多台电脑进行监视控制.
5.可以运行一条命令,例如打开一个记事本.
6.可以锁定/解锁对方的电脑.
7.可以让对方电脑(强行)注销/重启/关机.
8.可以传送/删除/移动对方的电脑上的文件.
9.在必要时还可以关掉服务程序.
10.增加了自动发信的功能,在连接Internet后会发送电脑IP地址.
11.可以保存配置.
12.可以对传送的图像进行压缩,压缩算法有LZW(推荐)、LZ77、LZSS等.
13.可以指定获得桌面的颜色数目,有单色、16色、256色和真彩,以保证
在可以桌面图像更新的速度要求.-The most important feature of this software are the server side and client-side socket connection between the two, one with
In image transmission or reception, and the other is responsible for order processing, thus ensuring the smooth operation.
1. Can be peeping into the contents of each other s desktop, by setting the time for refresh.
2. Can use the mouse to control each other s computer, including all of the mouse.
3. You can use the keyboard to control each other s computer, almost all of the buttons available.
4. The client can create multiple windows on multiple computers for supervisory control.
5. Can run a command, such as Notepad to open a.
6. Can lock/unlock each other s computer.
7. Will allow the other computer (force) write-off/restart/shutdown.
8. Can send/delete/move each other s files on the computer.
9., Where necessary, can also turn off the service
Platform: |
Size: 166912 |
Author: 许凤 |
Hits:
Description: 软件介绍:
最大特点
1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器.
2.客户端无论安装任何插件.
3.只有一个JSP文件,文件名可以随意改,隐蔽性好.
功能:
1.文件管理: 包括对文件的操作和打包下载.
2.终端命令: 其实就是Win下的"命令提示符",可以通过命令进行重启服务器等操作
3.远程桌面: 和Windows系统的"mstsc"基本上一样,可以远程管理桌面.
4.任务管理: 可以查看正在运行的程序的状态,并终止已停止响应的程序
5.服务管理: 启动、停止或重新启动服务.
6.系统信息: 可以查看CPU、内存、OS版本....
其它说明:
1.默认用户名是"mietian",没有密码(在文件中的第二行可以更改密码).
2.完全公开源代码. -Software:
Biggest characteristic
1 cross-platform, basic WEB service, no matter how strong fire, want to open port 80 seal, can remote management server.
2 the client whether any plug-in installation.
3. Only a JSP files can be changed, filename, fine grain.
Functions:
1 files management: including the operation and packaged download files.
2: actually Win is the terminal command of "the command prompt", through the command to restart the server
3 remote desktop: Windows system and the "MSTSC" basically, can remote management desktop.
4 task management: can check programs that are running condition, and terminate the program has stopped response
5 service management: start, stop and restart service.
6 system information: can view the CPU, memory, OS version.
Other:
1. The default is mietian "user name", no password (the second line in the file can change the password).
2 completely open source.
Platform: |
Size: 14336 |
Author: abc |
Hits:
Description: 1.文件管理: 包括对文件的操作和打包下载.
2.终端命令: 其实就是Win下的"命令提示符",可以通过命令进行重启服务器等操作
3.远程桌面: 和Windows系统的"mstsc"基本上一样,可以远程管理桌面.
4.任务管理: 可以查看正在运行的程序的状态,并终止已停止响应的程序
5.服务管理: 启动、停止或重新启动服务.
6.系统信息: 可以查看CPU、内存、OS版本.... -1. Document management: including the operation and packaged documents to download. 2. Terminal command: Win is actually under the " command prompt" can be ordered, such as the resumption of operation of the server 3. Remote Desktop: and Windows systems " mstsc " basically the same, you can remotely manage the desktop. 4. Task Manager: You can view the process is running the state, and has ceased to respond to the termination of the procedure 5. Service Management: start, stop or restart the service. 6. System Information: Yes See CPU, memory, OS version ....
Platform: |
Size: 12288 |
Author: 出尘 |
Hits:
Description: 近期工作需要,需要更改远程桌面连接端口,网上的软件也不少,但下载下来有的总提示有病毒,由于在服务器使用,也不敢轻易使用,这样免费的软件总要绑定木马呢?既然想免费供大家使用,就应该真正的安全的供大家使用.根据更改远程连接端口的原理,即修改注册表两项REG_DWORD值,然后重启计算机即可完成.-Recent work, need to change the Remote Desktop Connection port, on-line software, but downloaded a virus and some overall tips, as a result of the use on the server, can not easily use this software free of charge it must be bound horse? Since we would like to use for free, it should be true for your use of the security. to change the remote access ports in accordance with the principle, that is, to modify the registry REG_DWORD value of the two, and then restart your computer to complete.
Platform: |
Size: 34816 |
Author: chenlin |
Hits:
Description: 修改远程桌面连接端口:
1)读取注册表REG_DWORD值.
2)更改注册表REG_DWORD值.
3)联系方式(QQ:34596561 | E-mail:airen3339@163.com)
近期工作需要,需要更改远程桌面连接端口,网上的软件也不少,但下载下来有的总提示有病毒,由于在服务器使用,也不敢轻易使用,这样免费的软件总要绑定木马呢?既然想免费供大家使用,就应该真正的安全的供大家使用.根据更改远程连接端口的原理,即修改注册表两项REG_DWORD值,然后重启计算机即可完成.-Modify the Remote Desktop Connection Port:
1) read the registry REG_DWORD value.
2) Change the registry REG_DWORD value.
3) Contact (QQ: 34596561 | E-mail: airen3339@163.com)
Recent work needs, need to change the Remote Desktop Connection port, web-based software, but do not down some general tips to download a virus, since the server is also not easy to use, so that free software always bound Trojans do? Now free for everyone to use, it should be a real safe for all to use. According to the principle to change the remote port, that is to modify the registry two REG_DWORD value, and then restart the computer to complete.
================================================== ==============================================
Access to the server port settings, the registry there are two areas need to modify.
First:
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server \ Wds \ rdpwd \ Tds \ tcp \]
PortNumber value, default is 3389,
Platform: |
Size: 33792 |
Author: 依星 |
Hits:
Description: 实现远程截图,重启,鼠标事件,键盘响应,日志文件,ftp,客户端,服务器端,系统信息采集等功能模块
可与电子书配套看-Remote screenshot, restart, mouse events, keyboard response, log file, ftp, client, server, system functions such as information collection module can be read with the e-book package
Platform: |
Size: 6507520 |
Author: 景枫林 |
Hits:
Description: 灭天JSP远程控制代码。1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器.
2.客户端无论安装任何插件.
3.只有一个JSP文件,文件名可以随意改,隐蔽性好.
功能:
1.文件管理: 包括对文件的操作和打包下载.
2.终端命令: 其实就是Win下的"命令提示符",可以通过命令进行重启服务器等操作
3.远程桌面: 和Windows系统的"mstsc"基本上一样,可以远程管理桌面.
4.任务管理: 可以查看正在运行的程序的状态,并终止已停止响应的程序
5.服务管理: 启动、停止或重新启动服务.
6.系统信息: 可以查看CPU、内存、OS版本....
其它说明:
1.默认用户名是"mietian",没有密码(在文件中的第二行可以更改密码).
2.完全公开源代码. -JSP remote control code off days.
Platform: |
Size: 14336 |
Author: 0423libin |
Hits:
Description: 海康威视客户端SDK(以下简称“客户端SDK”)是海康威视嵌入式网络硬盘录像机、视频服务器、IP设备的配套产品,用于设备远程访问及远程控制软件的开发,适用于以下产品型号:
客户端SDK主要功能:
图像预览、文件回放和下载、云台控制、布防/撤防、语音对讲、日志管理、解码卡.
远程升级、远程重启/关闭、格式化硬盘、参数配置(系统配置、通道配置、串口配置、报警配置、用户配置)等.-Hikvision client SDK (hereinafter referred to as " client SDK) Hikvision embedded network hard disk video recorders, video servers, IP devices and accessory products for device remote access and remote control software, for Product Model: DS-90xx hybrid DVR DS-80xx, the DS-70xx, the DS-71xx, DS-72xx DVR DS-60xx, DS-61xx video server, encoder/decoder, IP devices, including IP blocks, IP camera (hereinafter referred to as the " IPC" ), IP fast ball, and other client SDK main features: image preview, playback and download files, PTZ control, arm/disarm, voice intercom, log management, decoder card remote upgrade, remote reboot/off, format the hard disk parameter configuration (system configuration, channel configuration, the serial port configuration, alarm configuration, user configuration)
Platform: |
Size: 5273600 |
Author: a |
Hits:
Description: 大华网络sdk开发手册
欢迎使用网络SDK编程手册,网络SDK是软件开发者在开发网络硬盘录像机、网络视频服务器、网络摄像机、网络球机、智能设备等产品监控联网应用时的开发套件。本文档详细描述了开发包中各个函数实现的功能、接口及其函数之间的调用关系和示例实现.
本开发套件主要包括业务操作和设备管理两大部分:
业务操作
状态侦听、实时监视、实时预览、字符叠加、音频控制、录像回放和下载、数据保存、云台控制、语音对讲、透明串口、码流统计、智能分析等功能。
设备管理
远程升级、远程重启/关闭、设备参数配置(系统通用配置、报警布/撤防设置、录像配置、串口配置、图像配置、日志管理、用户管理、设备校时、动态检测配置、网络配置)等功能。
-dahua sdk
Platform: |
Size: 2745344 |
Author: galen |
Hits:
Description: 用于远程控制来重启服务器源码,主要用在服务器出问题,而安排的PcAnywere又不能控制的情况,通过TelNet来访问该服务以达到重启目的。我用了很久,很不错-for remote control to restart the server source code, the main problem with the server, and the arrangement also PcAnywere beyond the control of the situation, TelNet to visit the resumption of services to meet purpose. I spent a long time, very good
Platform: |
Size: 6144 |
Author: ymarki |
Hits:
Description: 1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器.
2.客户端无论安装任何插件.
3.只有一个JSP文件,文件名可以随意改,隐蔽性好.
功能:
1.文件管理: 包括对文件的操作和打包下载.
2.终端命令: 其实就是Win下的 命令提示符 ,可以通过命令进行重启服务器等操作
3.远程桌面: 和Windows系统的 mstsc 基本上一样,可以远程管理桌面.
4.任务管理: 可以查看正在运行的程序的状态,并终止已停止响应的程序 -1 cross platform, basic WEB services, no matter how strong fire seal port, as long as the open 80, you can remotely manage the server.
2 client regardless of the installation of any plug-ins.
3 there is only one JSP file, the file name can be changed at will, the concealment is good.
Function:
1 file management: including the operation of the file and package download.
The 2 terminal is actually under the command: Win command prompt , can restart the server operating through the command
3 remote desktop: Windows system and the mstsc basically the same, you can remotely manage the desktop.
4 task management: you can view the status of the running program, and terminate the program that has stopped responding.
Platform: |
Size: 14336 |
Author: dmpudn6 |
Hits: