How to Allow RPC connection to live hosting server

+1 vote
hello when I was on local host I was able to access my multichain. Now I am at live hosting server I created apis and I want to access my multichain but it show

 JsonRPC\Exception\AccessDeniedException error

Plz help me
asked Oct 29, 2018 by Adnan

1 Answer

+1 vote

You need to add the below option in your multichain.conf file.

rpcallowip=<your_ip_address_here>

after adding kindly stop and start your multichain node. 

multichain-cli your_chain stop

multichaind your_chain -daemon

answered Oct 30, 2018 by jeshocarmel
...