Split Hangfire in Service and UI part

As part of our archtitecture our Applications are only allowed to use Web Services.
we are not allowed to use SQL Server Storage directly.

So I have to split HF in a service and a UI part.

It would be nice if I can obtain a UI and/or a Service package from NuGet.