This is only a brief tutorial on inserting 123 Flash Chat into your webpage. (As to the advanced setting, please refer to Manual.pdf.)
Step 1): Install the chat server and then start it.
a) For Linux users
Please SSH or telnet to your server, and run the following commands:
1) Download 123flashchat demo version:
$ wget http://www.123flashchat.com/download/123flashchat.tar.gz
2) Unzip installation package and enter the server folder:
$ tar zxf 123flashchat.tar.gz
$ cd 123flashchat/server

3) Start Chat:
$ ./fcserver.sh start

b) For Windows users
Firstly log on to the Windows system and download the free trial version of 123 Flash Chat:
http://www.123flashchat.com/download/123flashchat.exe
After the download, double click "123flashchat.exe" to run it.

Usually it takes only two minutes to finish installation. Chat server will then automatically start as NT Service.
c) Other system users
please refer to
Manual.pdf for further instructions.
>> Step 2