- One-Click Installation: Automated setup with official Playit repositories
- Service Management: Start, stop, restart, and monitor Playit service
- Claim URL Generation: Automatic detection and display of claim links
- Status Monitoring: Real-time service status and log viewing
- Auto Updates: Easy update mechanism for latest Playit versions
- Systemd Integration: Full systemd service management
- Linux: Ubuntu/Debian with
aptpackage manager - Permissions: Root/sudo access for installation and service management
sudo apt update -y && sudo apt install git -y
git clone https://github.com/AsanFillter/Playit-Launcher.git
cd Playit-Launcher
chmod +x PlayitLauncher.sh
./PlayitLauncher.shPlayit-Launcher/
├── PlayitLauncher.sh # Main installation and management script
├── README.md # This file
└── LICENSE # MIT License
Playit.gg is a free tunneling service that allows you to expose your local applications to the internet. It's perfect for:
- Web Development: Share your local development server
- Gaming: Host game servers accessible from anywhere
- Mobile Testing: Test mobile apps with local backends
- API Development: Share your local APIs with team members
- Home Automation: Access home services remotely
Once installed, you can manage Playit using systemctl:
# Check status
sudo systemctl status playit
# Start service
sudo systemctl start playit
# Stop service
sudo systemctl stop playit
# Enable auto-start
sudo systemctl enable playit
# View logs
sudo journalctl -u playit -f- Telegram Channel: @AsanFillter
- Telegram Group: @AsanFillter_Group
⭐ If you like this project, don't forget to star the repo:
