Running a RPi 2 with Raspian Stretch, fresh install.

Running a RPi 2 with Raspian Stretch, fresh install. Followed the instructions, loaded up the page, tried to have the front end connecto the the IP, but i’m getting:

http://192.168.15.54/socket.io/?EIO=3&transport=polling&t=LwcS3_m net::ERR_CONNECTION_REFUSED

When I start the server I get:

---- LaserWeb Comm Server 4.0.115 ----

Use http://127.0.1.1:8000 to connect this server.

ERROR: webServer error:/bootstrap.min.css.map : Not Found
ERROR: webServer error:/bootstrap-range-input.min.css.map : Not Found

I removed and reinstalled and now I’m getting:
http://192.168.15.54:8080/sockjs-node/info?t=1506036969303 net::ERR_CONNECTION_REFUSED

Noticing that it’s trying to connect to 8080, but nothing is listening on that port.

Figured it out… Forgot the port…