GSP FAQ https://worlddomination.software/projects/gsp Quick answers for GameServer Panel (GSP) operators en World Domination Software FAQ Generator Tue, 11 Feb 2025 12:00:00 GMT RSS: GSP FAQ https://worlddomination.software/projects/gsp 100 21 How do I sign in and navigate the control panel? Control Panel Basics Sign in at https://<your-panel>/ with your panel credentials. The left navigation groups the core areas: Servers, Tools, Billing, and Support. Once logged in, the same opengamepanel_web session also opens the storefront via Modules → Billing.

Need the big picture? The GSP project overview explains how the panel, storefront, and agents fit together.

]]>
How do I use the File Browser? File Management Open Tools → File Browser, pick the server/home, then upload, edit, extract ZIPs, or chmod files right in the browser. Drag-and-drop works for uploads under the PHP limit, and the audit log tracks who changed what.

See the File Browser admin guide for quotas, logging paths, and recovery steps.

]]>
How do I access MySQL via Adminer? Databases Go to https://<your-panel>/adminer.php, set host localhost, database gsp_panel, user localuser, and use the password stored in /home/gameserver/tools/.password. For reporting boxes, tunnel with ssh -p 12322 -L 3307:127.0.0.1:3306 and log in as remoteuser@<reporter-ip>.

The Adminer/MySQL guide covers exports, password rotation, and rollback.

]]>
How do I use FTP or SFTP? File Management SFTP is preferred: sftp -oPort=12322 username@<panel-host> with your panel password (keys supported). Legacy FTP over TLS (port 21) remains available per home under User → My Servers → FTP Details; re-save the user if credentials fall out of sync.

Full details live in the FTP & SFTP admin guide.

]]>
How do I schedule jobs (cron)? Automation Visit Tools → Task Scheduler, choose Add Task, select the server/home plus action (start/stop/update/script), and pick a frequency. Jobs are executed by ogp_cron and their output appears in modules/taskscheduler/logs/.

The Task Scheduler admin doc shows how to chain jobs, use dry-runs, and troubleshoot failures.

]]>
How do I add or manage sub-users? Account Management Admins can create delegates via Administration → Users → Add sub-user. Pick the parent account, assign servers/modules, and save. Sub-users inherit billing but only see the resources you grant.

Walkthroughs live in the Sub-users & permissions guide.

]]>
How do I get help? Support Use the panel’s Support menu to submit a ticket or join the WDS Discord via the footer link. Include server name, recent changes, and any error output. For outages, contact the DR on-call per the internal runbook.

Operations procedures and escalation paths are collected in the WDS GSP admin docs.

]]>