Skip to content

Installiation Guide for WebHostings and Dedicated Servers

EMRE ÇELİK edited this page Jul 24, 2022 · 4 revisions

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.

This Sidebar has some extra information that might help you :)

  • Stuck? Read the wiki to know how to install the GDPS to your server.
  • Have an issue? Then feel free ask questions or problems in Discussions tab.
  • Want to go to a different page on the wiki? Click the dropdown titled "Pages" above this little section that you are reading right now.
Clone this wiki locally