Here is my testing site: http://chain.manjago.com/demo/
Below is my config.txt for Multichain Demo
default.name=Default # name to display in the web interface
default.rpchost=172.31.11.xxx # IP address of MultiChain node
default.rpcport=4799 # see rpc-port from chain parameters
default.rpcuser=multichainrpc # username for RPC from multichain.conf
default.rpcpassword=xxxxxxxxxxxx # password for RPC from multichain.conf
# You can configure support for other nodes using a word other than 'default':
#
backup.name=Backup # name to display in the web interface
backup.rpchost=172.31.13.xx # IP address of MultiChain node
backup.rpcport=4799 # see rpc-port from chain parameters
backup.rpcuser=multichainrpc # username for RPC from multichain.conf
backup.rpcpassword=xxxxxxxxxxxx # password for RPC from multichain.conf
I have changed the multichain.conf on ./multichain/chain3 to the following
rpcuser=multichainrpc
rpcpassword=xxxxxxxxxxxx
rpcallowip=172.31.18.xx (Private IP address of the Web Server)
I have no idea why it is not working...