diff --git a/manager/ejs/managerconnections.ejs b/manager/ejs/managerconnections.ejs
new file mode 100644
index 00000000..9471b01c
--- /dev/null
+++ b/manager/ejs/managerconnections.ejs
@@ -0,0 +1,110 @@
+
+
+
+ Step 2: Port and address settings
+
+
+ Client port
+ This port is used to allow access to Olympus. Be sure to allow this port through your firewall if you want people to connect remotely.
+
+ ">
+
+
+ Port already in use
+
+
+
+
+ Backend port
+ This port is used to communicate with DCS. It is not necessary to allow this port through your firewall.
+
+ ">
+
+
+ Port already in use
+
+
+
+
+ Backend address
+ This is the backend address Olympus will listen on. Unless you know what you are doing, leave it as localhost, even for dedicated server installations.
+ ">
+
+
+
\ No newline at end of file
diff --git a/manager/ejs/managerinstallations.ejs b/manager/ejs/managerinstallations.ejs
new file mode 100644
index 00000000..acf8bde4
--- /dev/null
+++ b/manager/ejs/managerinstallations.ejs
@@ -0,0 +1,134 @@
+
+
+
+ Step 1: Select DCS Installations
+
+
+
+ Select the copy 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.
+
+
+
+
+ <% for (let i = 0; i < instances.length; i++) {%>
+
\ No newline at end of file
diff --git a/manager/ejs/managerinstances.ejs b/manager/ejs/managerinstances.ejs
new file mode 100644
index 00000000..6f093350
--- /dev/null
+++ b/manager/ejs/managerinstances.ejs
@@ -0,0 +1,153 @@
+
+
+
+ Step 1: Select Olympus Installations
+
+
+
+ Select the copy of Olympus you want to manage.
+
+
+
+
+ <% for (let i = 0; i < instances.length; 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..11ea3d46
--- /dev/null
+++ b/manager/ejs/managermenu.ejs
@@ -0,0 +1,45 @@
+
+
+
+ What do you want to do?
+
+
+ Install Olympus
+
+
+ Update/remove Olympus
+
+
+ View and manage instances (WIP)
+
+
\ No newline at end of file
diff --git a/manager/ejs/managerpasswords.ejs b/manager/ejs/managerpasswords.ejs
new file mode 100644
index 00000000..7b46f7bb
--- /dev/null
+++ b/manager/ejs/managerpasswords.ejs
@@ -0,0 +1,73 @@
+
+
+
+ Step 3: Passwords
+
+
+ Enter your passwords to access Olympus
+ By using the passwords below, you can access different roles in Olympus.
+
+
+
+ Game Master Password
+ This password is used to access Olympus as Game Master with full priviledges.
+
+
+
+ Blue Commander Password
+ This password is used to access Olympus as blue coalition Commander.
+
+
+
+ Red Commander Password
+ This password is used to access Olympus as red coalition Commander.
+
+
+
+
\ No newline at end of file
diff --git a/manager/ejs/managerresult.ejs b/manager/ejs/managerresult.ejs
new file mode 100644
index 00000000..9149de72
--- /dev/null
+++ b/manager/ejs/managerresult.ejs
@@ -0,0 +1,160 @@
+
+
+
+ Please wait while Olympus is being installed
+
+
+ Installing hook scripts
+
+
+ Installing mod folder
+
+
+ Installing configuration file
+
+
+ Applying configuration
+
+
+ Creating shortcuts
+
+
+
+ Olympus successfully installed in the following DCS instance
+
+
+
+ An error has occurred while installing Olympus
+
+ You may now start DCS and use Olympus either with the shortcuts or the "View and manage Olympus" entry in the
+ main menu
+
+
+
+ Please make sure DCS is not currently being executed
+
+
+
+
\ No newline at end of file
diff --git a/manager/icons/check-solid-green.svg b/manager/icons/check-solid-green.svg
new file mode 100644
index 00000000..96b80e24
--- /dev/null
+++ b/manager/icons/check-solid-green.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/manager/icons/spinner-solid.svg b/manager/icons/spinner-solid.svg
new file mode 100644
index 00000000..061f1932
--- /dev/null
+++ b/manager/icons/spinner-solid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/manager/icons/square-check-solid.svg b/manager/icons/square-check-solid.svg
new file mode 100644
index 00000000..9be69184
--- /dev/null
+++ b/manager/icons/square-check-solid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/manager/icons/square-regular.svg b/manager/icons/square-regular.svg
new file mode 100644
index 00000000..88fabee2
--- /dev/null
+++ b/manager/icons/square-regular.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/manager/icons/triangle-exclamation-solid.svg b/manager/icons/triangle-exclamation-solid.svg
new file mode 100644
index 00000000..3b18b9a9
--- /dev/null
+++ b/manager/icons/triangle-exclamation-solid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/manager/index.html b/manager/index.html
index cb0091b1..001a5fab 100644
--- a/manager/index.html
+++ b/manager/index.html
@@ -16,8 +16,8 @@
DCS Olympus manager
-
-
+
+
@@ -26,14 +26,19 @@
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.
-