• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

multiple instance sharing 1 sql

farhadhelix

TeaFanatic
hello
@WolverinDEV
im trying to achieve running multiple instances of teaspeak server on multiple virtual servers sharing a single database
no issue on that and its done
what is im trying to achieve is to share clients on the multiple servers
do you have anything in mind to get into this?
kinda going to run cloud based teaspeak servers on multiple locations with single database server so the clients can see each other on any server they connect
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Well that's not really possible.
You can use one database for multiple servers but this will mess up your database!

Syncing multiple TeaSpeak instances isn't really possible due to the structure of the whole application itself.
What you're thinking of is more microservice related what I've actually already been thought of (long term goal, splitting voice, video, file, and control into separate processes/applications).

This would also allow some infrastructure like Discord has but there isn't a real benefit for the end user itself.