If you're encountering problems with your Tower Unite server, you're not alone. Below are some common known issues, their causes, and quick ways to fix them.
Steam Workshop items may appear correctly but exhibit no collision detection. This means you can walk right through them, and they might cause slight lag or rubberbanding while moving through affected areas.
Solution
Unfortunately, this is a known bug. Monitor for game updates!
Upon loading into your condo, you may notice that many surfaces appear black or missing textures.
Cause
This happens when the server generates its own default condo.map
file instead of using the one exported from your game.
Solution
Replace the default condo map file with the correct exported version from your game to restore proper textures and visuals.
The client screen in-game freezes when joining a tower condo, and sometimes can crash the game.
Cause
There appears to be a limit of about 12,000 total objects / items in a condo. If you exceed this your server will not crash, but you will be unable to properly join your dedicated condo.
Solution
For now the only solution is to use a condo .map file that has under 12,000 total objects. If you exceed this you run the risk of this issue happening. We hope to see a fix for this in the future!
Thanks to Mari for finding, and enduring this bug!
You may see an error labeled "AGC Not Connected" when trying to run your Tower Unite server.
Cause
This error typically occurs when the TowerServer.ini
file is blank or misconfigured.
Solution
Ensure your configuration file is properly set up. In Nitro panel click "Files" then go to Tower/Saved/Config/LinuxServer/TowerServer.ini
If the file is empty, paste in the official example configuration (you may add this manually).
[/Script/TowerNetworking.DedicatedServerOptions]
ServerTitle=My Dedicated Condo
MaxPlayers=32
SteamLoginToken=00000000000000000000000000000000
TowerLoginToken=00000000000000000000000000000000
[Administration]
AdminSteamID=00000000000000000
[DedicatedCondoOptions]
CondoAutoSave=True
CondoBackupsEnabled=True
#CondoFile=
Need more help? Visit our Support Page or join our community Discord for real-time assistance.