Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 642 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 642 Bytes

Management IP networks and search

  • Copy vào thư mục /opt/ipmgt/ipmgt/
  • Edit file ipmgt.service, thay đổi = username sẽ chạy service -> Save
[Service]
User=trungkfc
WorkingDirectory=/opt/ipmgt/ipmgt
  • edit file ipmgt.ini, thay đổi port theo nhu cầu (default: 5000)
http-socket = :5000
  • Copy file ipmgt.service vào folder /etc/systemd/system/
  • Start services:
systemctl start ipmgt.service
  • Stop Services:
systemctl stop ipmgt.service
  • Services Status:
systemctl status ipmgt.service
  • Access to Web Application:
http://ip_server:5000