UE5 blueprint headless server for small mmo game

Hi all,

I’m trying to create a small dedicated server for a prototype of mmo like game and I have some questions:

  1. Is it possible to create a dedicated server with blueprint only? Or do you need C++ coding?
  2. How do I tell the server where to start? When you run the client you have a kind of login screen, but the server doesn’t need it, so how would it accept the login requests?
  3. Are there good toturials for dedicated servers?

I don’t want to create a big mmorpg, I just want to have a small prototype where players can join a server, move, and maybe attack each others in the future.

Thank you in advance, best regards