Creating a server in moralis for private blockchain

Hi! I’m new here to this forum and as blockchain developer. I started a new dapp but didn’t find out about moralis much later in my development. I am now trying to create a custom indexer to listen to a private blockchain that we built with ganache, but decided to try moralis. Is it posible to create a server that listens to a private network on a rpc url different from localhost or the mainnets listed? If that is the case, would someone please send me a tutorial or an easy way to do it?
Thanks!

we don’t support custom networks for the web3api part
for the server part, ganache as devchain is only for initial testing purposes so that users can test their code faster before going to a testnet

Oh ok! thanks for the quick response!