Hangfire deployment considerations

Hello,
I have three web applications, two Mvc 5 web sites and one WebApi project.
I am evaluating to integrate Hangfire in this infrastructure to handle all background needs coming from all the three applications.
I would like to use the dashboard by navigating from one of the two mvc5 webs. However, I would like not to execute the hangfire server inside this web app but by instantiating the server inside inside a new app (either web or console it does’nt matter).
I would like to proceed this way because I do not wish to add a load to the existing application.

Also, my applications already use Ninject and log4net libraries. Do you have any tutorial suggestion on how to configure Hangfire to share this configuration?

All my deployments are on Azure.

Is there any way to achieve this?