Astroneer Server Manager - Takaro
Manage your Astroneer dedicated server with Takaro — players, server control, teleports, and more. A free Astroneer Server Manager.
Connect your Astroneer dedicated server to Takaro using native RCON. No mods required!
Takaro is a comprehensive game server management platform that provides powerful admin tools, moderation systems, player analytics, and automation features for game servers.
- 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.
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:
Or download: Direct Download (Windows x64)winget install OpenJS.NodeJS.LTS
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.iniin Notepad
ADD these two lines (they won't be there by default):
📝 Use any port number you want - just remember it for Step 4!ConsolePort=8778 ConsolePassword=your-password-here
Save and restart your Astroneer server - 4Configure Bridge
OpenTakaroConfig.txtin Notepad and edit these settings:
⚠️ RCON_PORT must match ConsolePort from Step 3!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
💡 If bridge is on same PC as Astroneer, keep RCON_HOST as 127.0.0.1 - 5Start the Bridge
Double-clickstart.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
- 📦 All Releases
- 📚 References & Documentation - API docs, working examples, and technical insights
- 🔧 Takaro API Reference
- 📖 Takaro Documentation
- 🌐 Takaro Platform
- 💬 Discord Community
Made with ❤️ for the Astroneer community
© 2025 | GitHub