Return to menu
View and manage installs The following Oympus installs have been identified.
You can start an Olympus server, modify settings and uninstall below.
<% for (let i = 0; i < instances.length; i++) {%>
<%= instances[i].name %> <%= instances[i].installed? (instances[i].error? 'Corrupted/outdated Olympus installation': ''): '' %> <%= instances[i].folder %>
ACTIVE
OFFLINE
CONNECTED
DISCONNECTED
FPS: 0
Load: 0
Client port
<%= instances[i].clientPort %>
Backend port
<%= instances[i].backendPort %>
Backend address
<%= instances[i].backendAddress %>
Start Olympus
Start server
Start client
Edit settings
Uninstall Olympus
Open in browser
Stop Olympus
<% } %>