đ Astroneer - Takaro Integration
Connect your Astroneer dedicated server to Takaro using native RCON. No mods required!
âšī¸ About Takaro
Takaro is a comprehensive game server management platform that provides powerful admin tools, moderation systems, player analytics, and automation features for game servers.
Get Started with Takaro
- Go to takaro.io.
- Click on Pricing.
- Choose the Free tier for now.
- Check your email and follow the steps in the email.
- Once you're logged in, click Create Game Server.
- Name the server (this is just the display name in Takaro).
- Choose Generic as the server type.
- Takaro will generate a Registration Token. Copy it â you'll paste it into the config file in Step 4.
đ v1.22.0 - STABLE!
Added kick <name> support. You can now kick players by name instead of GUID.
đĨ Download
đ Download Latest Version (v1.22.0) đ
Released: March 1, 2026 | View All Releases
⥠Quick Start
- 1Install Node.js
Easy way: Open PowerShell as Administrator and run:
winget install OpenJS.NodeJS.LTS
Or download: Direct Download (Windows x64)
After installing, restart your computer
- 2Download & Extract
Extract the zip file anywhere on your PC
- 3Enable RCON on Astroneer
Open \astroneer\Astro\Saved\Config\WindowsServer\AstroServerSettings.ini in Notepad
ADD these two lines (they won't be there by default):
ConsolePort=8778
ConsolePassword=your-password-here
đ Use any port number you want - just remember it for Step 4!
Save and restart your Astroneer server
- 4Configure Bridge
Open TakaroConfig.txt in Notepad and edit these settings:
IDENTITY_TOKEN=your-server-name
REGISTRATION_TOKEN=get-from-takaro-dashboard
HTTP_PORT=3535
RCON_HOST=127.0.0.1
RCON_PORT=8778
RCON_PASSWORD=same-password-as-step-3
â ī¸ RCON_PORT must match ConsolePort from Step 3!
đĄ If bridge is on same PC as Astroneer, keep RCON_HOST as 127.0.0.1
- 5Start the Bridge
Double-click start.bat
You should see: â Connected to Takaro WebSocket & â Connected to Astroneer RCON
⨠Features
đ RCON Integration
Uses Astroneer's native RCON protocol - no game modifications needed!
đĨ Player Events
Real-time player join/leave notifications forwarded to Takaro
âī¸ Remote Commands
Execute server commands through Takaro (kick, player list, etc.)
đĨī¸ Interactive Console
NEW! Direct RCON console for manual server administration and testing
đ Monitoring
Built-in health endpoint with connection status and metrics
đ§ Configuration
The bridge uses a simple TakaroConfig.txt file for configuration. Get your tokens from the Takaro Dashboard.
đĨī¸ RCON Console (NEW!)
The bridge now includes an interactive RCON console for direct server administration!
To use: Double-click rcon-console.bat to open an interactive terminal.
Example commands: (Note: Commands are typed WITHOUT the "DS" prefix - it's added automatically)
RCON> help # Show all available commands
RCON> ListPlayers # List all players
RCON> ServerStatistics # Get detailed server stats
RCON> SaveGame MyBackup # Save the game
RCON> exit # Close console
The console connects directly to your Astroneer server via RCON, allowing you to:
- Manage players (kick, change roles)
- Control save games (save, load, delete)
- Configure server settings (password, whitelist, timeouts)
- View server statistics in real-time
- Test and debug RCON commands
â Troubleshooting
- "Publisher cannot be verified" security warning - This is normal for downloaded files. Click "More info" then "Run anyway". OR: Right-click start.bat â Properties â Check "Unblock" at the bottom â Apply â OK
- "node is not recognized" - Install Node.js and restart your computer
- "RCON connection failed" - Check that RCON_PORT and RCON_PASSWORD in TakaroConfig.txt match ConsolePort and ConsolePassword in AstroServerSettings.ini. Make sure Astroneer server is running.
- "Takaro connection failed" - Verify your token is correct at dashboard.takaro.io/gameservers/create
đ Resources
Made with â¤ī¸ for the Astroneer community
Š 2025 | GitHub