Page 1 of 1
Restart dash service
Posted: Fri Dec 13, 2019 9:16 pm
by W0RMT
Does anyone know what the service or process is that runs the dashboard? And how can you restart it on it's own without rebooting the entire system? Another ham was asking me this on Colorado HD (BM TG 31088) and I did not know the answer. He has experienced the issue where the dashboard stops logging but the hotspot continues to work (TX/RX etc) just fine.
Re: Restart dash service
Posted: Sat Dec 14, 2019 6:16 am
by kc7ngc
W0RMT wrote: ↑Fri Dec 13, 2019 9:16 pm
Does anyone know what the service or process is that runs the dashboard? And how can you restart it on it's own without rebooting the entire system? Another ham was asking me this on Colorado HD (BM TG 31088) and I did not know the answer. He has experienced the issue where the dashboard stops logging but the hotspot continues to work (TX/RX etc) just fine.
You talking about the webserver that hosts the dashboard?
Can ssh into the box then:
sudo service nginx restart
And that will restart the dashboard. Dashboard is PHP scripts that run other an NGINX webserver. I haven't run into a situation where the webserver has stopped or crashed and needed to be restarted.
Re: Restart dash service
Posted: Sat Dec 14, 2019 1:31 pm
by W0RMT
Thanks I'll pass that along