Player toContainer() data set to player

How can i set DataContainer to player to syncronize data with many server

Correct answer: setRawData().

Extremely recommended suggestion however: Don’t. Instead, decide exactly which data you want to synchronize, and directly sync that instead. There’s plenty of stuff you probably don’t want from the raw data, and you are very liable to break things (especially if you’re using ViaVersion)