Get JobId/ReserveServer

Inside “SERVER A” a reserved Server will be created/reserved. Now i name the reserved Server as a example “SERVER B”.

I just need one Sulotion: (I dont want to use Data Stores)

1: How can i send the Reserved Server ID from “SERVER A” where it was created to “SERVER B” the reserved Server. (TeleportService is not safe i think)

2: How can i directly get the Reserved Server from “SERVER B”

You can probably use messaging to create a table of IDs on the server, and then distribute them to clients as needed.