Figure out I can grab info from the log file at [ipaddress]:8089/log.
When I try and access the [ipaddress:8089], all I see is the below info. Is there other addresses to access info from the server?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="apple-touch-icon" sizes="180x180" href="[/apple-touch-icon.png](http://192.168.0.2:8089/apple-touch-icon.png)">
<link rel="icon" type="image/png" href="[/favicon-32x32.png](http://192.168.0.2:8089/favicon-32x32.png)" sizes="32x32">
<link rel="icon" type="image/png" href="[/favicon-16x16.png](http://192.168.0.2:8089/favicon-16x16.png)" sizes="16x16">
<link rel="manifest" href="[/manifest.json](http://192.168.0.2:8089/manifest.json)">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Channels</title>
</head>
<body>
<div id="content"></div>
<div id="modal-wrapper"></div>
<div id="modal"></div>
<script async type="text/javascript" src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script>
<script type="text/javascript" src="[/bundle.js](http://192.168.0.2:8089/bundle.js)"></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/service-worker.js').then(function(registration) {
console.log('Service worker registration succeeded:', registration)
}, function(error) {
console.log('Service worker registration failed:', error)
})
}
</script>
</body>
</html>