Multiple Hangfire Windows Service and One DashBoard

Hi Guys,

My objective is to run on dashboard for reading state of allJob.
I had one Hangfire Window Service per application which run its own code.
And one Dashboard.

I successful make Service Running whit it’s own Queue. But i cannot see Job State.
JobStateDatabase

My Objective is
Mutiple HangfireWService in X server which use the same SqlServer
One Dashboard in another server which use same SqlServer

Dunno is it possible to do this with Hangfire?