Installiation Guide for WebHostings and Dedicated Servers - Cvolton/GMDprivateServer GitHub Wiki
Setup
This Category is divided for WebHostings and Dedicated Servers
For WebHostings
- Upload the files on your webserver via FTP or Upload button.
- Import database.sql into your MySQL/MariaDB database.
- Edit the connection info at /config/connection.php (Set server to localhost if you're using localhost database).
- Edit the links in GeometryDash.exe (some are base64 encoded since 2.1, remember that)Refer Here.
For Dedicated Servers
- Login your Dedicated Server via mstsc(Microsoft Remote Desktop) or vmconnect.exe(Hyper-V Machine Connector) or other programs gived by your host.
- Create a FTP server and upload your files or download files directly on your server.
- This Section Divided for ISS(Windows Internet Services) and XAMPP Program. Continue which you're using...
Using ISS
- Move your files to C:\inetpub\wwwroot
- Find MySQL server program and import database.sql
- Edit the connection info at /config/connection.php (Set server to localhost if you're using localhost database).
- Edit the links in GeometryDash.exe (some are base64 encoded since 2.1, remember that)Refer Here.
Using XAMPP
- Download XAMPP and install it
- Move your fikes to C:\xampp\htdocs or [insert_here_your_xampp_installiation_location]\htdocs
- Go to http://localhost/phpmyadmin on your Server
- Import database.sql on your database.
- Edit the connection info at /config/connection.php (Set server to localhost if you're using localhost database).
- Edit the links in GeometryDash.exe (some are base64 encoded since 2.1, remember that)Refer Here.
Any problems?
Feel free to write "Discussions" tab.
Thanks for reading.