Open5gs: Allow WebUI access from Network: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Created page with " nano /lib/systemd/system/open5gs-webui.service Environment=HOSTNAME=0.0.0.0 Environment=PORT=8080 sudo systemctl daemon-reload sudo systemctl restart open5gs-webui"
 
No edit summary
Line 1: Line 1:
  nano /lib/systemd/system/open5gs-webui.service
  nano /lib/systemd/system/open5gs-webui.service


Tambah atau edit seperti dibawah ini
  Environment=HOSTNAME=0.0.0.0
  Environment=HOSTNAME=0.0.0.0
  Environment=PORT=8080
  Environment=PORT=8080


Kemudian restrart open5gs-webui
  sudo systemctl daemon-reload
  sudo systemctl daemon-reload
  sudo systemctl restart open5gs-webui
  sudo systemctl restart open5gs-webui

Revision as of 06:51, 26 October 2022

nano /lib/systemd/system/open5gs-webui.service

Tambah atau edit seperti dibawah ini

Environment=HOSTNAME=0.0.0.0
Environment=PORT=8080

Kemudian restrart open5gs-webui

sudo systemctl daemon-reload
sudo systemctl restart open5gs-webui