How to set up an client simulator?

Is there a way to launch an unreal client that bypass any display related functionalities?

It will be great to avoid loading assets, stop rendering to minimize cpu and memory usage. Only need to keep logic and networking functionalities. How can I do it?
I want to launch lots of such clients and connect them to a single server to have a look at server stress.

Thanks