Extra server controller issue

I’m having an issue where there are extra unused player controllers in my game, specifically, there is an extra “server” for each client.

Here are screenshots


The event that’s printing is printing for client and server .

Client 1 says hello the event also has the server say hello
Same for client two.
Then the server executes the code alone. It’s not an extra controller it’s how the code is executed