Signal KSK
Signal K8mo ago
23 replies
motamman

motamman - I just updated my signal server from...

I just updated my signal k server from the UI and then restarted the server. When I did that, the aws instance where it is installed became unreachable. I restarted the instance and when it came back up fragments of the signalk install were there but signal k itself was not installed. (Other, unrelated web apps, are running fine.)

I reinstalled signal k (npm install signalk-server --save) and now I am getting this:
Could not handle admin ui root request

this is my settings.json

[Unit]
Description=Signal K Server
After=network.target

[Service]
ExecStart=/home/ubuntu/.signalk/node_modules/.bin/signalk-server -v
WorkingDirectory=/home/ubuntu/.signalk
User=ubuntu
Restart=always
Environment=NODE_ENV=production

[Install]
WantedBy=multi-user.target

This server has been running up and running for many many month without a hickup
Was this page helpful?