Multiplayer Character(actor) from scratch

Dear all,

I am trying to create my own actor and NOT one from the templates. (Those tutorials I have followed and worked well)

What I did was, I followed the Blueprint Multiplayer tutorial supplied by Unreal.
Created a pawn with a cube in it.
turned replicate on, on the pawn object root.
made some basic blueprinting for a rotation change.

What happens:
Changes on the server are visible on the clients but not the other way around.

Is there an elaborate tutorial somewhere for player controlled actor creation for multiplayer? All the tutorials I have seen used the default 3rd person character… which is awsome, but I need just a cube flying around for now :smiley:

Just found a solution, that I couldnt find before: