Run MyChat Client and automatically connect to the server under a specified user account. If this user has never been registered in MyChat Client he will be automatically added t account manager.

 

If the server is not in the list of servers, the corresponding entry will be added.

 

Example
mcclient.exe /connect -server "192.168.10.1" -port "2004" -servpass "xxx" -login "johnsmith" -password "123456"

 

Parameter description

Parameter

Value

-server

IP address or domain name of the server you need to connect. For example, 192.168.10.1 or mychat.company.com;

-port

port for connection. Unnecessary parameter if you use TCP port by default (2004);

-servpass

security password for accessing the server. Unnecessary if the server administrator did not set it (by default, there is no password after first server installation);

-login

UIN, email, nickname or domain/nickname for a domain user;

-password

user password that is registered on the server. If this is a domain user then this is his domain password. If you do not use a password for authentication you can skip this parameter.