diff --git a/README.MD b/README.MD
index f1f0d9f..1b145d0 100644
--- a/README.MD
+++ b/README.MD
@@ -1,51 +1,18 @@
-# Open Autonomous Connection Protocol
+# Open Autonomous Connection DNS-System
-This is the Protocol for our Open Autonomous Connection project.
-You can easily implement this Protocol via Maven.
-Feel free to join our Discord.
+> [!IMPORTANT]
+> This is the classic version!
+> Classic version is not longer maintained or supported please switch the Branch to master
+> The new INS has a Backwards compatibility and is supporting the classic Version
+
+This is the old DNS-System for our Open Autonomous Connection project.
+If you want to host your own DNS-System for the OAC-Web and you have some problems,
+feel free to join our Discord and ask for help.
+
-## License Notice
-
-This project (OAC) is licensed under the [Open Autonomous Public License (OAPL)](https://repo.open-autonomous-connection.org/open-autonomous-connection/OAPL/).
-
-**Third-party components:**
-- *UnlegitLibrary* is authored by the same copyright holder and is used here under a special agreement:
- While [UnlegitLibrary](https://repo.unlegitdqrk.dev/UnlegitDqrk/unlegitlibrary/) is generally distributed under the [GNU GPLv3](https://repo.unlegitdqrk.dev/UnlegitDqrk/unlegitlibrary/src/branch/master/LICENSE),
- it is additionally licensed under OAPL **exclusively for the OAC project**.
- Therefore, within OAC, the OAPL terms apply to UnlegitLibrary as well.
-
# Bugs/Problems
+- Update check does not work
# In progress
# TODO
-
-## Certificate generation for NetworkSystem
-### Creating Root-CA:
-````
-openssl genrsa -out myCA.key 4096
-openssl req -x509 -new -nodes -key myCA.key -sha256 -days 3650 -out myCA.pem
-
-myCA.key = private Key for CA (keep secret)
-myCA.pem = public Root-Certificate for signing server and client certificates
-````
-### Creating (DNS-/Web-)Server Certificate based on Root-CA:
-````
-openssl genrsa -out server.key 2048
-openssl req -new -key server.key -out server.csr
-openssl x509 -req -in server.csr -CA myCA.pem -CAkey myCA.key -CAcreateserial -out server.crt -days 825 -sha256
-
-server.key = private Key for Server
-server.crt = Server-Certificate signed by Root-CA
-````
-### Optional: Creating Client Certificate based on Root-CA:
-````
-openssl genrsa -out client.key 2048
-openssl req -new -key client.key -out client.csr
-openssl x509 -req -in client.csr -CA myCA.pem -CAkey myCA.key -CAcreateserial -out client.crt -days 825 -sha256
-
-client.key = private Key for Client
-client.crt = Client-Certificate signed by Root-CA
-````
-
-> [!NOTE]
-> All certificate registrars require the Root CA to issue a server/client certificate
\ No newline at end of file
+- Subdomains
\ No newline at end of file
diff --git a/frontend/auth/index.php b/frontend/auth/index.php
new file mode 100644
index 0000000..024a321
--- /dev/null
+++ b/frontend/auth/index.php
@@ -0,0 +1,11 @@
+
+
+
diff --git a/frontend/auth/login.php b/frontend/auth/login.php
new file mode 100644
index 0000000..4485e76
--- /dev/null
+++ b/frontend/auth/login.php
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+ Open Autonomous Connection - Management/Login
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/auth/register.php b/frontend/auth/register.php
new file mode 100644
index 0000000..a64cb72
--- /dev/null
+++ b/frontend/auth/register.php
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+ Open Autonomous Connection - Management/Register
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/config.php b/frontend/config.php
new file mode 100644
index 0000000..6d8242d
--- /dev/null
+++ b/frontend/config.php
@@ -0,0 +1,17 @@
+
+
+
diff --git a/frontend/dashboard.php b/frontend/dashboard.php
new file mode 100644
index 0000000..ebde91b
--- /dev/null
+++ b/frontend/dashboard.php
@@ -0,0 +1,197 @@
+
+
+
+
+
+ Open Autonomous Connection - Management/Dashboard
+
+
+
+
+
+Welcome,
+
+Your Domains
+
+
+ | Name |
+ Top Level Domain |
+ Destination |
+ Access Key |
+ Action |
+
+
+
+ |
+ |
+ |
+ |
+
+
+ |
+
+
+
+
+Your Top Level Domains
+
+
+ | Name |
+ Info Site |
+ Access Key |
+ Action |
+
+
+
+ |
+ |
+ |
+
+
+ |
+
+
+
+
+Your API Keys
+
+
+ | Application |
+ API Key |
+ Action |
+
+
+
+ |
+ |
+
+
+ |
+
+
+
+
+Create Domain
+
+
+Create Top Level Domain
+
+
+Create API Key
+
+
+Delete Account
+
+
+