Files
Arch1Panel/apps/portnote
2025-07-14 21:56:08 +08:00
..
2025-07-14 21:56:08 +08:00
2025-07-10 18:17:49 +08:00
2025-07-10 18:17:49 +08:00
2025-07-10 18:21:09 +08:00
2025-07-10 18:17:49 +08:00
2025-07-10 18:17:49 +08:00

PortNote

Lightweight server port management and visualization tool
GitHub


Note

PortNote is a lightweight server port management and visualization tool, suitable for asset and port information management, supporting cross-platform deployment.

Features

  • Visual management of port information
  • Batch management for multiple servers and ports
  • Record port usage, owner, remarks, etc.
  • Mark port status (used, idle, reserved, etc.)
  • Import/export (JSON, Excel)
  • One-click Docker deployment
  • Custom fields supported
  • Multi-user collaboration

Getting Started

Docker Deployment

docker run -d \
  -p 8080:8080 \
  -v $PWD/data:/app/data \
  --name portnote \
  crocofied/portnote:latest

Other Deployment Methods

See the official documentation for details.

Screenshot

screenshot

FAQ

  • Q: Which platforms are supported? A: Docker, Linux, Windows, MacOS are supported.
  • Q: How to backup data? A: Data is stored in the mounted data directory, just backup this directory.
  • Q: Does it support multi-user collaboration? A: Yes, you can assign different permissions to different users.
  • Q: Can I customize port fields? A: Yes, you can customize fields in the settings.