Panel/modules/faq/faq.rss

91 lines
5.1 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:admin="http://webns.net/mvcb/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>GSP FAQ</title>
<link>https://worlddomination.software/projects/gsp</link>
<description>Quick answers for GameServer Panel (GSP) operators</description>
<dc:language>en</dc:language>
<generator>World Domination Software FAQ Generator</generator>
<pubDate>Tue, 11 Feb 2025 12:00:00 GMT</pubDate>
<image>
<url></url>
<title>RSS: GSP FAQ</title>
<link>https://worlddomination.software/projects/gsp</link>
<width>100</width>
<height>21</height>
</image>
<item>
<title>How do I sign in and navigate the control panel?</title>
<category>Control Panel Basics</category>
<content:encoded><![CDATA[
<p>Sign in at <code>https://&lt;your-panel&gt;/</code> with your panel credentials. The left navigation groups the core areas: <strong>Servers</strong>, <strong>Tools</strong>, <strong>Billing</strong>, and <strong>Support</strong>. Once logged in, the same opengamepanel_web session also opens the storefront via <em>Modules → Billing</em>.</p>
<p>Need the big picture? The <a href="https://worlddomination.software/projects/gsp">GSP project overview</a> explains how the panel, storefront, and agents fit together.</p>
]]></content:encoded>
</item>
<item>
<title>How do I use the File Browser?</title>
<category>File Management</category>
<content:encoded><![CDATA[
<p>Open <strong>Tools → File Browser</strong>, 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.</p>
<p>See the <a href="https://worlddomination.software/docs/gsp/file-browser">File Browser admin guide</a> for quotas, logging paths, and recovery steps.</p>
]]></content:encoded>
</item>
<item>
<title>How do I access MySQL via Adminer?</title>
<category>Databases</category>
<content:encoded><![CDATA[
<p>Go to <code>https://&lt;your-panel&gt;/adminer.php</code>, set host <code>localhost</code>, database <code>gsp_panel</code>, user <code>localuser</code>, and use the password stored in <code>/home/gameserver/tools/.password</code>. For reporting boxes, tunnel with <code>ssh -p 12322 -L 3307:127.0.0.1:3306</code> and log in as <code>remoteuser@&lt;reporter-ip&gt;</code>.</p>
<p>The <a href="https://worlddomination.software/docs/gsp/adminer-mysql">Adminer/MySQL guide</a> covers exports, password rotation, and rollback.</p>
]]></content:encoded>
</item>
<item>
<title>How do I use FTP or SFTP?</title>
<category>File Management</category>
<content:encoded><![CDATA[
<p>SFTP is preferred: <code>sftp -oPort=12322 username@&lt;panel-host&gt;</code> with your panel password (keys supported). Legacy FTP over TLS (port 21) remains available per home under <strong>User → My Servers → FTP Details</strong>; re-save the user if credentials fall out of sync.</p>
<p>Full details live in the <a href="https://worlddomination.software/docs/gsp/ftp-sftp">FTP &amp; SFTP admin guide</a>.</p>
]]></content:encoded>
</item>
<item>
<title>How do I schedule jobs (cron)?</title>
<category>Automation</category>
<content:encoded><![CDATA[
<p>Visit <strong>Tools → Task Scheduler</strong>, choose <em>Add Task</em>, select the server/home plus action (start/stop/update/script), and pick a frequency. Jobs are executed by <code>ogp_cron</code> and their output appears in <code>modules/taskscheduler/logs/</code>.</p>
<p>The <a href="https://worlddomination.software/docs/gsp/task-scheduler">Task Scheduler admin doc</a> shows how to chain jobs, use dry-runs, and troubleshoot failures.</p>
]]></content:encoded>
</item>
<item>
<title>How do I add or manage sub-users?</title>
<category>Account Management</category>
<content:encoded><![CDATA[
<p>Admins can create delegates via <strong>Administration → Users → Add sub-user</strong>. Pick the parent account, assign servers/modules, and save. Sub-users inherit billing but only see the resources you grant.</p>
<p>Walkthroughs live in the <a href="https://worlddomination.software/docs/gsp/sub-users">Sub-users &amp; permissions guide</a>.</p>
]]></content:encoded>
</item>
<item>
<title>How do I get help?</title>
<category>Support</category>
<content:encoded><![CDATA[
<p>Use the panels <strong>Support</strong> 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.</p>
<p>Operations procedures and escalation paths are collected in the <a href="https://worlddomination.software/docs/gsp/">WDS GSP admin docs</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>