diff --git a/manager/ejs/managerinstallations.ejs b/manager/ejs/managerinstallations.ejs
new file mode 100644
index 00000000..5cdb8b0e
--- /dev/null
+++ b/manager/ejs/managerinstallations.ejs
@@ -0,0 +1,49 @@
+
+
+
+ Step 1: Select DCS Installations
+
+
+
+ Select the copies of DCS you want to install Olympus to.
+
+
+ For most people, this is your main DCS installation.
+
+
+ If you are running a dedicated server, you would also install Olympus to this DCS version.
+
+
+ <%= instances[0] %>
+ <% for (let i = 0; i < instances.length; i++) {%>
+
+ <%= instances[i] %>
+
+ <% } %>
+
\ No newline at end of file
diff --git a/manager/ejs/managermenu.ejs b/manager/ejs/managermenu.ejs
new file mode 100644
index 00000000..21dc76ac
--- /dev/null
+++ b/manager/ejs/managermenu.ejs
@@ -0,0 +1,40 @@
+
+
+
+ What do you want to do?
+
+
+ Install Olympus
+
+
+ Update/remove Olympus
+
+
+ View and manage instances
+
+
\ No newline at end of file
diff --git a/manager/index.html b/manager/index.html
index cb0091b1..8ff23a37 100644
--- a/manager/index.html
+++ b/manager/index.html
@@ -16,8 +16,8 @@
DCS Olympus manager
-
-
+
+
@@ -26,11 +26,6 @@
DCS Olympus Manager
v1.0.4
-
- These are the DCS instances that the Olympus Manager has automatically detected in your system.
- You can install Olympus and manage your instances from here.
- Click on "Install Olympus to instance" to install Olympus.
-