Installiation Guide for WebHostings and Dedicated Servers - Cvolton/GMDprivateServer GitHub Wiki

Setup

This Category is divided for WebHostings and Dedicated Servers

For WebHostings

  1. Upload the files on your webserver via FTP or Upload button.
  2. Import database.sql into your MySQL/MariaDB database.
  3. Edit the connection info at /config/connection.php (Set server to localhost if you're using localhost database).
  4. Edit the links in GeometryDash.exe (some are base64 encoded since 2.1, remember that)Refer Here.

For Dedicated Servers

  1. Login your Dedicated Server via mstsc(Microsoft Remote Desktop) or vmconnect.exe(Hyper-V Machine Connector) or other programs gived by your host.
  2. Create a FTP server and upload your files or download files directly on your server.

  1. This Section Divided for ISS(Windows Internet Services) and XAMPP Program. Continue which you're using...

Using ISS

  1. Move your files to C:\inetpub\wwwroot
  2. Find MySQL server program and import database.sql
  3. Edit the connection info at /config/connection.php (Set server to localhost if you're using localhost database).
  4. Edit the links in GeometryDash.exe (some are base64 encoded since 2.1, remember that)Refer Here.

Using XAMPP

  1. Download XAMPP and install it
  2. Move your fikes to C:\xampp\htdocs or [insert_here_your_xampp_installiation_location]\htdocs
  3. Go to http://localhost/phpmyadmin on your Server
  4. Import database.sql on your database.
  5. Edit the connection info at /config/connection.php (Set server to localhost if you're using localhost database).
  6. 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.