[SOLVED] Servers option not showing

I don’t have servers option available and cannot create a DAPP

if you don’t have any servers then you will not see the servers tab, we are moving to self hosted server

@cryptokid I’ve followed the https://moralis.io/how-to-set-up-a-self-hosted-web3-server/ guide and hosted a server locally, but how can I add functionality like syncing with contracts for logs and events etc, so it gets saved in DB.

you will have to use Streams API for that now

this should help for that: https://docs.moralis.io/docs/self-hosted-moralis-server#sync-on-chain-data-to-the-database

Streams API works only with real time events and not with historical events

you can also self host with a different backend, you don’t have to necessarily use parse server