
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@platformatic/watt-admin
Advanced tools
**Real-time monitoring and administration for your Platformatic applications**
Real-time monitoring and administration for your Platformatic applications
Watt Admin is an open-source developer monitoring tool that provides instant visibility into your Node.js services. Monitor performance, analyze logs, and troubleshoot issues—all from a single, intuitive dashboard.

Launch Watt Admin with a single command:
npx wattpm admin
The dashboard will automatically discover your running Platformatic runtimes and open at http://localhost:4042.
Install globally for convenient access:
npm install -g @platformatic/watt-admin
Then run:
watt-admin
When you run watt-admin, it automatically discovers all available Platformatic runtimes:
$ watt-admin
Select a runtime: (Use arrow keys)
❯ my-app (PID: 12345) (Started at 3/10/2025, 10:00:00 AM)
api-service (PID: 54321) (Started at 3/10/2025, 9:30:00 AM)
If only one runtime is running, it will be selected automatically.
Run Watt Admin on a different port:
watt-admin --port 4321
Capture metrics and profiling data for offline analysis:
# Profile CPU usage
watt-admin --record --profile cpu
# Profile heap allocation
watt-admin --record --profile heap
When recording, press Ctrl+C to stop. Watt Admin will:
The generated HTML file contains everything you need for offline analysis—perfect for sharing with your team or reviewing later.
git clone https://github.com/platformatic/watt-admin.git
cd watt-admin
npm install
cp .env.sample .env
Auto-reload both backend and frontend on changes:
npm run dev
npm run build
# Run all tests
npm test
# Run specific test suites
npm run test:cli # CLI tests
npm run test:backend # Backend tests
npm run test:frontend # Frontend tests
npm run test:e2e # End-to-end tests
watt-admin/
├── cli.js # CLI entry point
├── lib/ # Core CLI functionality
├── web/
│ ├── backend/ # Fastify API server
│ ├── frontend/ # React dashboard
│ └── composer/ # Platformatic Gateway
├── watt.json # Wattpm configuration
└── test/ # Test suites
Monitor your application while developing locally. Instantly see the impact of code changes on performance.
Use CPU and heap profiling to identify bottlenecks and memory leaks before they reach production.
Generate offline HTML bundles to share performance data and profiling results with your team.
Understand how your services behave under load and optimize based on real data.
For production monitoring and observability, check out Platformatic Console—the intelligent command center for Platformatic Cloud deployments.
Contributions are welcome! Please check out our contributing guidelines to get started.
Apache-2.0 License - see LICENSE for details.
Built with ❤️ by the Platformatic team
FAQs
**Real-time monitoring and administration for your Platformatic applications**
The npm package @platformatic/watt-admin receives a total of 50 weekly downloads. As such, @platformatic/watt-admin popularity was classified as not popular.
We found that @platformatic/watt-admin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.