基于 Java 的 Web 服务器远程管理系统的设计与实现Design and i mplementation of Java - based Web server remote management system中文摘要随着互联网的发展,各种网络服务器种类也随之不断增加,而我们的传统维护服务器的工具确依旧通用而单一。常见的服务器管理工具通常采用基于 SSH 协议进行开发,但很多时候 SSH 工具也有不方便的时候,如业余人员操作管理自己的 Web 服务器,服务器所在内网没有VPN 又是通过 NAT 进行端口映射的。所以本论文阐述的系统便是解决此类问题,方便小白使用,提高工作效率。论文从系统需求分析与概要设计、应用所用技术与开发环境、设计与实现,系统运行测试和安全分析五个模块对 Web 服务器管理系统进行阐明本系统是如何设计开发以及使用的。其中本系统的主要功能有文件的基本操作、文件传输、shell 执行、数据库管理,以及其他维护服务器的辅助功能。关键词:Web、SSH、文件管理、shell、数据库管理AbstractWith the development of the Internet, various kinds of network servers are also increasing, and our traditional server maintenance tools are still common and single.Common server management tools are usually developed based on SSH protocol, but many times SSH tools also have inconvenient times, such as amateurs operating and managing their own Web server, the server is located in the Intranet without VPN and port mapping through NAT.So the system described in this paper is to solve this kind of problem, convenient to use, improve work efficiency.From the system requirements analysis and outline design, application technology and development environment, design and implementation, system operation test and security analysis five modules to the Web server management system to explain how the system is designed and developed and used.Among them, the main functions of this system are the basic operation of files, file transfer, shell execution, database management, and other auxiliary functions of maintaining servers.Key...