Skip to content

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.

License

Notifications You must be signed in to change notification settings

AsanFillter/Playit-Launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages