Difference between revisions of "Open5gs: Allow WebUI access from Network"

From OnnoWiki
Jump to navigation Jump 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")
 
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 13: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