Issue Description
Q:
How to enable multiple clients with the same IP address to log in to the U2000 server at the same time?
Handling Process
A:
SSClientLoginMode in the /opt/U2000/server/conf/imap.cfg file controls whether to enable multiple clients with the same IP address to log in to the server at the same time. Therefore, you can realize the function by modifying the parameter.
The meanings of the SSClientLoginMode parameter in the imap.cfg file are as follows:
# Option for Multiuser login from the same IP
# 0 - Not allow multiuser login from the same IP
# 1 - Allow multiuser login from the same IP
In the imap.cfg file, if SSClientLoginMode = 0, you can modify the parameter as SSClientLoginMode = 1. After the modification, save and close the file, and restart the EmfSecuDm process of the U2000 server. In this way, multiple clients with the same IP address can log in to the U2000 server at the same time.