Dedicated Server without steam & etc

Hey,

Is it somehow possible to get ue4 working without steam? I would like to have a own dedicated server…
What would i need to do this.?

Unfortunately I don’t know much about the networking stuff, but C++ is no problem for me, if it requires some coding.

Please help me.

Didn’t look into this stuff, but as far as I know in UE are presented many other OnlineSubsystems besides Steam. There’s what I found:

77752-online_ss.png

yes you can
a very good help to do this:)

already know this tutorial and went throught it, but i’m not sure if its enough to just start the game on the dedicated server

this tutorial shows you how to build the dedicated server and so on, but not how to “program” the logic of the game in a dedicated server.
I just answered on the fact that is possible :smiley:
I am writting tutorial on logic implementation here http://thyshimrod.blogspot.fr/
have fun

i also already know how to deal with the ue4 replication/networking stuff.
but i’m not sure about the onlinesubsystem, and what it does…