Hey.
All blueprints or actors or c++ classes have the server code in it too, however that code can only be executed from the server if it’s set to Run On Server. Clients won’t run any Run On Server code.
Also if you have a login user database, it might be best to host that externally as otherwise you’d have one per dedictated server.