What is the best way to create a character manager in ds

I want to create a manage for all character for later query,
but game mode only exist on server and gameinstance only exist on client.
Is there a best place to doing that?
My manager doesn’t need replication, It only needs to be stored separately according to the server and client.