Hosted Leaderboard and Ue4

Hello!
I would like to create a Leaderscore being hosted by my own server, so all players of my game are listed with its points and classification. Have checked VaREST with Firebase, Gamesparks, Epicleaderboard online, PlayFab…

Can someone give me some other options being hosted by myself and blueprint solution?
If its not hosted, at least give me easy follow tutorials to make this happen.

Thank you!

Just build an own WebAPI maybe with ASP.NET or with your favorite language, run it on your own server, and talk to it with your UE-VaRest-Blueprint. As simple as that. There are many tutorials out there for that.

DeepX