Home
Softono
Playit-Launcher

Playit-Launcher

Open source MIT Shell
42
Stars
9
Forks
1
Issues
0
Watchers
7 months
Last Commit

About Playit-Launcher

Playit Launcher is a Bash-based utility for installing, managing, and interacting with the Playit.gg tunneling service on Linux servers. It provides an intuitive terminal menu for quick setup, status checks, service control, and log viewing, making Playit.gg management fast and user-friendly.

Platforms

Web Self-hosted Linux

Languages

Shell

Playit Launcher

Playit Launcher Interface

Professional tunneling service installer and manager for Playit.gg

Platform Version Service License

Features

  • 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

Requirements

  • Linux: Ubuntu/Debian with apt package manager
  • Permissions: Root/sudo access for installation and service management

PlayitLauncher Installation

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.sh

Project Structure

Playit-Launcher/
├── PlayitLauncher.sh    # Main installation and management script
├── README.md           # This file
└── LICENSE             # MIT License

What is Playit?

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

Service Management

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

Support

Video Thumbnail

⭐ If you like this project, don't forget to star the repo:

Stargazers over time