Adventure Administrators
You can add other Travelers as administrators of your Adventure. Admins can start, stop, and manage the server without needing you to be online.
Adding an Admin
- Go to your Dashboard
- Click on your Adventure
- Open the Admins panel
- Search for the Traveler by email or username
- Click Add to grant them admin access
What Admins Can Do
- Start and stop the Adventure
- View server status and connection info
- View logs and performance data
What Admins Cannot Do
- Delete the Adventure
- Change billing settings or purchase credits
- Remove the owner or other admins
Removing an Admin
To remove an admin, go to the Admins panel and click the remove button next to their name.
Connecting to Your Server
After launching an Adventure, your server’s connection details are displayed on the dashboard.
Finding Your Connection Info
- Go to your Dashboard
- Click on your Adventure
- Look at the Info panel — you’ll see the IP address and port for each component
Sharing with Friends
Copy the IP and port and share them with your friends. They can connect using the game’s built-in server browser or direct connect option.
The exact steps depend on the game:
- Barotrauma: Steam server browser or direct connect with IP:Port
- Foundry VTT: Share the URL shown in the connection info (e.g.,
http://IP:30000) - Minecraft: Add server with the IP:Port in the multiplayer menu
Troubleshooting
- Make sure your Adventure status shows Active (green)
- If you just launched, wait 1-2 minutes for the server to fully start
- Check that your friends are using the correct port number
World Data & Persistence
Your game world data is stored on a persistent volume that survives server stops and restarts. You never lose progress just because you stopped your server.
How It Works
When you create an Adventure, a dedicated storage volume is provisioned for your game data. This volume contains:
- World saves and map data
- Player data and inventories
- Server configuration files
- Mods and plugins (where applicable)
Stopping vs Destroying
| Action | What Happens to Data |
|---|---|
| Stop | Server shuts down. Data is preserved. Start again anytime. |
| Destroy | Server and all data are permanently deleted. Cannot be undone. |
Data Retention
- Active account (positive balance): Data is stored indefinitely at no extra cost.
- Zero balance: Data is retained for 60 days. You’ll receive email notifications before deletion.
- After 60 days at zero balance: Volumes are permanently deleted.
Tips
- Stop your server when you’re not playing — your data stays safe and you save credits.
- If you’re going to be away for a while, make sure your account has a positive balance to avoid the 60-day retention window.
- Consider using SFTP to download important world files as a local backup.
Update Your Foundry VTT Version
How to upgrade (or reinstall) Foundry VTT on your Adventure.
Option 1: Update Through Foundry’s UI
The simplest way to update is through Foundry’s built-in updater.
- Open your Foundry VTT instance in a browser
- On the Setup screen, look for the Update Software notification or button
- Select the version you want to install and click Update
- Foundry will download and install the new version automatically
- The server restarts — you’re done
This works because your Foundry installation lives on a persistent volume. Updates made through the UI survive container restarts.
Option 2: Force Upgrade via Environment Variables
If the built-in updater isn’t working, or you need to do a clean reinstall, use the Force Upgrade option.
- Go to your Adventure’s management page
- Find the Foundry VTT component
- Open the Environment Variables section
- Set START_VERSION to the version you want (e.g.,
12.343) - Set FORCE_UPGRADE to
true - Restart the Adventure component
When the container starts:
- The existing Foundry installation is deleted
- The new version is downloaded and installed fresh
- FORCE_UPGRADE automatically resets to
false— you don’t need to turn it off manually
Note: After a force upgrade, you may need to re-enter your Foundry VTT license key on the Setup screen. Your worlds, modules, and data are preserved — only the application files are replaced.
Finding Your Foundry Version
To check which version you’re currently running:
- Open your Foundry VTT instance in a browser
- The version number is displayed at the bottom of the Setup screen (e.g., “Version 12 Build 343”)
Troubleshooting
“Software license verification failed” — This happens after a force upgrade. Go to the Setup screen and enter your license key. You can find it at foundryvtt.com under your account → Purchased Licenses.
Update didn’t take effect — Make sure you restarted the component after changing the environment variables. The force upgrade only happens on the next start.
Worlds or modules missing after update — Your data directory (/foundry/data) is separate from the application. If worlds are missing, check that the volume is still attached on the Adventure management page.