How to connect from MyChat Client?

This is the easiest way. You can enter the WEB console directly from MyChat Client menu or by pressing Ctrl+F10.

 

Manually by entering the serve address in a browser

You must know the IP address or DNS name of a computer where the chat server is installed; also the port number, and whether traffic encryption is used.

 

The address for MyChat Server management looks like this:

http(s)://your_server_ip:web_server_port/admin

 

Parameter

Value

http/https

use/do not use  the traffic encryption for connection to the server;

your_server_ip

IP address or domain name of your MyChat Server;

web_server_port

port for the built-in Web server. By default it's 80, you may not specify it.

 

Example №1

The IP address of your MyChat Server is 213.130.24.149, it's a default port:

http://213.130.24.149/admin

 

Example №2

IP address of your server 192.168.10.11; the port the built-in WEB server is —8080, and you use the traffic encryption:

https://192.168.10.11:8080/admin

 

Example №3

You enter the management console from that computer where MyChat Server works; the port is default, no traffic encryption:

http://127.0.0.1/admin

 

Example №4

DNS name of oyur MyChat Server my-server.com; the traffic encryption is used, the port is default (443):

https://my-server.com/admin

 

See also

How to restore forgotten Administrator password?

What ports MyChat uses for its work?

How to connect to MyChat Server over the Internet?