Am I able to make players of my game need a registeration

Is there a software where users can make accounts for my game. If so, can I set it up to my game?

You can use it without an additional software by SQL queries right inside your scripts. Or you can simply send HTML requests to your game’s site and check or process registration from there and get info back only. (the second one requires extra work but it is more reliable and safe.)