mcclient.exe /auto, automatic connection to MyChat Server by using Windows username
Automatic connection/registration to MyChat Server by using the username in the system.
The user password is randomly generated or specified in the command line. It can be changed by yourself in the own profile.
NB! The key does not work when using a transparent authorization (the server data is written to the Registry with the help of REG file via GPO).
Examples
Launch MyChat Client, connect to the server with IP address 192.168.10.1, port 2004, register a user with the nickname that matches with the user Windows name, and then generate a password of 16 characters long for him.
mcclient.exe /auto -server "192.168.10.1" -randompassword
Register a new user on MyChat Server address "myserver.com" , TCP port 1749; set a password for a user (e.g. "1234"), and security password for accessing the server "x123":
mcclient.exe /auto -server "myserver.com" -port "1794" -password "123456" -servpass "x123"
Description of parameters
Parameter |
Value |
-server |
server IP address to which you need to connect. The numeric record in the form of four octets divided by dots is necessary; |
-port |
port for connection, a number. By default, 2004 (can't be less than 1024); |
-name |
conditional name for the server to which MyChat Client will be connected in the future. This name will be displayed in the account manager; |
-password |
user's password that will be registered on the server. A user can change this password by himself in his profile; |
-servpass |
server's access password. Can be empty if the server administrator won't set it (by default, this password is not set after the first server installation); |
-randompassword |
user's password will be generated randomly. The key is used instead of "-password". |
Created with the Personal Edition of HelpNDoc: Powerful and User-Friendly Help Authoring Tool for Markdown Documents