You are your password. Keep being you.
TangoKore is the easiest way to connect your machines securely. No passwords. No complicated setup. Just one command.
# That's it. Just run this one command:
curl https://join.kontango.net/install | sudo shYour machine is now on a secure network. Connected to everything it needs. Authenticated by being itself.
- Downloads the installer from our server
- Runs the installer (it asks for your password once)
- Connects your machine to the secure mesh network
- Done! Your machine can now talk to other machines securely
That's all you need to know. The rest happens automatically.
Your machine proves who it is by being itself. Its hardware, OS, behavior—that's your identity. You can't forget it. You can't lose it. It's impossible to fake.
No config files. No firewall rules. No IP addresses to memorize. Just one command.
No Hidden Stuff
We don't collect anything secret. We collect hardware info (like what uname -a shows). It's public. You control who sees it.
- Using our server? We keep your data safe, encrypted, deletable anytime
- Running your own? Your data never leaves your network
All code is public. MIT license. Read it. Audit it. Trust it.
First time you run it:
- Your machine tells us what hardware it has
- We give it read-only access (safe default)
- You prove you're trustworthy over time
Second time you run it:
- We recognize your machine instantly
- We restore your previous permissions
- Everything just works
With credentials:
- You skip the waiting and get full access immediately
Option 1: Use Our Server
- Fast, simple, hosted by Kontango
- Your data is encrypted, secure, deletable
- GDPR/CCPA compliant
- Email privacy@kontango.net anytime to delete
Option 2: Run Your Own
- Your machine's data never leaves your network
- You control everything
- 100% private
We don't sell your data. We don't track you. We don't analyze your usage. Period.
curl https://join.kontango.net/install | sudo shYour machine enrolls with basic read-only access. Safe default.
You deleted the certificate but your hardware is the same.
curl https://join.kontango.net/install | sudo shWe recognize your hardware. You get your permissions back. No re-setup.
Your admin pre-gave you credentials.
curl https://join.kontango.net/install | sudo sh --role-id xxx --secret-id yyyYou skip quarantine. You get full access immediately.
You don't. That's the whole point.
The one time you interact is when you run the command. After that, everything is automatic. You don't remember passwords. You don't configure anything. Your machine just works.
That's it. You're done. Your machine is secure and connected.
Want to understand more? Check out the detailed docs where we explain:
- How fingerprinting actually works
- How the trust system works
- How to deploy on your own server
- Advanced configuration
The source code is on GitHub. Everything is open. Build on top of it. Modify it. Audit it.
github.com/KontangoOSS/TangoKore
"Is my data really safe?"
Yes. Your data is encrypted with AES-256. You control who sees it. If you run your own server, only you see it.
"What if I lose my machine?"
Back up your machine file (~/.kontango/machine.json) and you can restore from any machine instantly.
"What if I forget my password?"
You don't have one. Your machine is your password. You can't forget hardware.
"Is this open source?"
Yes. MIT license. Read the code.
When you run the installer, your machine sends:
- Operating system (what you use: Linux, macOS, Windows)
- Hardware info (CPU, memory, network interfaces)
- System identifiers (things like
uname -ashows publicly)
This is public hardware information. Not passwords. Not secrets. Just hardware details.
Why? So we can recognize your machine again and restore your settings.
You can always:
- See what's being sent (it's logged)
- Delete your data from our system (email privacy@kontango.net)
- Run your own server (data stays private)
- Opt-out (don't run the installer)
MIT License. Use it anywhere. Modify it. Make it better.
- Privacy: privacy@kontango.net
- Technical: GitHub Issues
- General: kontango.io
One command. Your machine is secure.
curl https://join.kontango.net/install | sudo shThat's all you need.