https://github.com/random-robbie/hamachi-pi
Install hamachi on your raspberry pi
https://github.com/random-robbie/hamachi-pi
hamachi raspberry-pi shell vpn
Last synced: 4 months ago
JSON representation
Install hamachi on your raspberry pi
- Host: GitHub
- URL: https://github.com/random-robbie/hamachi-pi
- Owner: random-robbie
- License: mit
- Created: 2014-01-03T10:11:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-07-26T20:15:22.000Z (11 months ago)
- Last Synced: 2025-07-27T00:09:01.449Z (11 months ago)
- Topics: hamachi, raspberry-pi, shell, vpn
- Language: Shell
- Size: 13.7 KB
- Stars: 14
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install Hamachi on Raspberry Pi
This script installs **LogMeIn Hamachi** on your Raspberry Pi (ARM HF / Raspbian-based systems).
It automates the download, installation, and configuration steps.
> ⚠️ This script is intended for **Raspbian (Hard Float)** or compatible Debian-based ARM systems.
---
## 🔧 Installation
To install, run the following commands in your terminal:
```bash
wget https://raw.githubusercontent.com/random-robbie/hamachi-pi/master/hamachi.sh
chmod +x hamachi.sh
./hamachi.sh
```
The script will:
- Install required dependencies
- Download and install the latest Hamachi package
- Start the Hamachi service
- Prompt you for your LogMeIn account email and Raspberry Pi nickname
---
## 📡 Network Access
Once completed, your Raspberry Pi will appear in your **Hamachi** network dashboard and can be accessed remotely via the Hamachi virtual IP.
---
## 🛠️ Troubleshooting & Support
If you encounter issues:
- Please [open an issue](https://github.com/txt3rob/hamachi-pi/issues) on this GitHub repository for support or bug reports.
---
## 🚀 Consider an Alternative: Tailscale
If you're looking for a more modern, secure, and easy-to-manage alternative to Hamachi, consider using [Tailscale](https://tailscale.com/) — a WireGuard-based VPN that works seamlessly on Raspberry Pi:
```bash
curl -fsSL https://tailscale.com/install.sh | sh
sudo tailscale up
```
Tailscale offers:
- Easy device access with no port forwarding
- ACL-based access controls
- Free tier for personal use
- Seamless mobile and desktop integration
---
## 🤖 Maintainer Note
This project is community-maintained.
PRs and improvements are welcome!