The school computer room automatic management system is an automatic information management system developed to realize automatic information management of school equipment and students.
The system includes the following functional modules:
1. User management module
2.Device management module
3. Online sign-in module
4. Online testing module
5. Student conduct record module
6. Equipment inventory, maintenance and repair management module
7. Federated Management Applications
8. Other small accessories functions
Installation and deployment instructions:
Web server side: asp.net requires NETfr_amework4 or above compatible version support library
Based on Access database, if it is an x64 system, you need to set:
IIS Server->Application Pool->[Application Pool of Your Web Server]->Advanced Settings->Enable 32-bit Applications True
Application client program: EasyBox.exe also requires NETfr_amework4 or above compatible version support library
Green small application, based on IE's WebBrowser component.
EasyBox.xml configuration instructions:
Whether configuration parameters need to be encrypted
Web server URL
App port
Teacher server IP
When installing in batches, you only need to use the online classroom software to distribute the program and related files to the designated location on the target computer.
Remote execution command: pathEasyBox.exe-i sets the program to start automatically
Remote execution command: pathEasyBox.exe-u delete program auto-start
[Note] In order to ensure that the supporting program runs well, all computers must be in the same LAN and ensure effective physical and system connections.
It is best to have only one network connection per device, and only one IP or dhcp mode per network connection.
The web server can be deployed across routes to achieve multi-department sharing, so be careful to modify the configuration file.
[Account password]
System default account: admin Password: admin
Management address: [127.0.0.1]/admin
Client address: [127.0.0.1]/client
【Development Log】
2021/2/22 Development project v1.0
Version planning: Development Platform 2010; Framework: NETfr_amework4;
Data management is implemented in Web mode.
Use small client programs to assist you to achieve more flexible network management functions.
2021/4/3 development beta version V1.1
Closed test to solve the following problems:
1. The accurate client IP may not be obtained when starting the computer.
2. Add blacklist and time-limited sending function to customer chat function to prevent malicious screen spam
3.Fix the vulnerability of individuals elevating privileges by modifying configurations
2021/4/14 Beta version V1.2
Improve help documentation
Fixed a database call error on the online test page
A new function for claiming student results has been added to the examination information.
EasyBox1.0.0.3
Added muting function to online communication module
Remove the client exit function menu and replace it with server-side controlled exit.