How does the remote video sharing/networking tool EasyNTS perform data migration through the interface?

The main function of EasyNTS is to solve the needs of remote video sharing/networking. When the web page adds mapping to the domain name, an external network access address will be generated after the addition is successful. Enter the external network access address in the browser to view the intranet application. . When necessary, EasyNTS performs data migration through the interface. This article shares the method of EasyNTS through the interface data migration.

NTS.png

Solution:
1. Open easynts.db with Navicat database management tool

99.png

2. Find the romote_host in the nts_device table

100.png

3. Change the ip address inside to the ip address of the new server

101.png

4. Change the ip address in the table of nts_nts_t to the ip address of the new server as follows:

102.png

5. After the modification is completed, save and exit, then restart the service to see the modified data

103.png

Guess you like

Origin blog.csdn.net/EasyNTS/article/details/118143713