pt-manager
v1.1.0
Published
Interactive CLI tool to view, manage, and kill active ports
Maintainers
Readme
Port Manager 🔌
A powerful, interactive, and fast Command Line Interface (CLI) tool to view, manage, and kill active ports on your Mac or Linux system.
Global Installation
Install it directly via NPM:
npm install -g pt-managerUsage & Commands
Once installed globally, you can use the pt-manager command or its shorter, faster alias pm.
View help and available commands
pm help
# Alias: pm h1. Active Ports List
List all currently listening ports on your machine in a clean, readable table.
pm list
# Alias: pm ls2. Search & Find Ports
Quickly search for any open port by application name, PID, or port number.
pm find "node"
pm find 3000
# Alias: pm f <query>3. Analytics & Stats
Get a quick health check of your active ports, showing you which applications are keeping the most ports open.
pm analyze
# Alias: pm a4. Interactive Mode (Highly Recommended)
Browse through all active ports using your keyboard arrows, select a target, and terminate it instantly.
pm interactive
# Alias: pm i5. Kill Port Manually
Directly force kill processes stuck on a specific port.
pm kill 3000
# Alias: pm k 3000Support & Contact
If you need any assistance, feel free to reach out to our support team: 📧 Email: [email protected]
Copyright
© 2026 ARK PLATFORMS, LLC and ARK PLATFORMS, EUROPE LTD. All rights reserved.
Follow us on our social networks to stay tuned for new updates and tools!
