diff --git a/Deploy-to-Unraid.md b/Deploy-to-Unraid.md
new file mode 100644
index 0000000..deed904
--- /dev/null
+++ b/Deploy-to-Unraid.md
@@ -0,0 +1,76 @@
+These steps describe a FRESH INSTALL. REMOVE ANY OLD CONTAINERS AND old APPDATA if you had any other attempts.
+
+1. Copy the following into a file named ``gsdb.xml``
+```xml
+
+
+ gsdb
+ mariadb
+ https://hub.docker.com/r/gaseousgames/gaseousserver/
+ gaseous
+
+ sh
+ false
+
+ https://github.com/gaseous-project/gaseous-server?ref=selfh.st
+ This is the server for the Gaseous system. It offers ROM and title management, as well as some basic in browser emulation of those ROMs. PART2
+THIS IS THE Data Base, you also need the FRONTEND!!!!
+ Cloud: GameServers:
+
+
+ https://i.imgur.com/A1X3Gcf.png
+
+
+
+ 1706104502
+
+
+
+ /mnt/user/appdata/gaseous/database
+ gaseous
+ gaseous
+ gaseous
+
+```
+
+2. Copy the following into a file named ``gaseous.xml``
+```xml
+
+
+ gaseous-server
+ gaseousgames/gaseousserver:v1.7.0-preview.8
+ https://hub.docker.com/r/gaseousgames/gaseousserver/
+ gaseous
+
+ sh
+ false
+
+ https://github.com/gaseous-project/gaseous-server?ref=selfh.st
+ This is the server for the Gaseous system. It offers ROM and title management, as well as some basic in browser emulation of those ROMs. PART 1
+You also need the DataBase.
+ GameServers:
+ http://[IP]:[PORT:5198]
+
+ https://i.imgur.com/A1X3Gcf.png
+
+
+
+ 1706105663
+
+
+ YOU NEED THE DATABASE GaseousDB
+ /mnt/user/appdata/gaseous/data
+ 5198
+ clientid
+ clientsecret
+ gsdb
+ root
+ gaseous
+
+```
+
+3. In unraid terminal paste: ``docker network create gaseous``
+4. In Main -> BootDevice -> config -> plugins -> dockerMan -> templates-user click UPLOAD (at the bottom) then select the two .xml files
+5. In Docker click ADD CONTAINER, select a template, make one of the Gaseous. Click APPLY. Repeat for the other one.
+
+