Change settings
Here you can see the DCS instances on your computer that have Olympus installed.
You can edit settings and uninstall Olympus from this screen.
You can edit settings and uninstall Olympus from this screen.
<% for (let i = 0; i < instances.length; i++) {%>
<% if (instances[i].installed) { %>
<% } %>
<% } %>
<%= instances[i].name %>
<%= instances[i].folder %>
<%= instances[i].installed? (instances[i].error? 'Corrupted/outdated Olympus installation': 'Olympus installed'): 'Olympus not installed' %>
Client port
<%= instances[i].installed? instances[i].clientPort: "N/A" %>
Backend port
<%= instances[i].installed? instances[i].backendPort: "N/A" %>
Backend address
<%= instances[i].installed? instances[i].backendAddress: "N/A" %>
Open logs