How can I store data in multiplayer

I would like to store inventory, money, etc data from a player. But how can I do that? I tried out store in structs but every player has an own… I need something what I can access from the server and call it to the client and when the client is offline the server can manage these datas.