From adf72b6bc47ed2ef6d6faae886a19b2d86b93dca Mon Sep 17 00:00:00 2001 From: CyberFox Hax Date: Tue, 25 May 2021 15:51:02 +0800 Subject: fixing and adding documentation for RemoteAccess (#489) * Update Remote-Access.md Some of the descriptions didn't adequately explain how Soap worked outside of php. So i've rephrased to focus more on general HTTP. Also the in XML payload i needed to change TC to AC. I've also included examples of responses as well as a NodeJS function. * Update sidebar.html adding remote access into the sidebar * Update Remote-Access.md using proper code blocks * Update final-server-steps.md adding link to remote access documentation * Update Remote-Access.md changing java script var to const --- docs/final-server-steps.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/final-server-steps.md') diff --git a/docs/final-server-steps.md b/docs/final-server-steps.md index 45f36a8..ace1513 100644 --- a/docs/final-server-steps.md +++ b/docs/final-server-steps.md @@ -28,6 +28,11 @@ For detailed information on how to configure a restarter and a debugger go to [h ## [Account Creation](Creating-Accounts.md) + +## Setting up Remote Access +You could be satisfied with creating users manually in the world console. But at some point you should set up a registration form, so you wont have to paste their passwords. +Check out [Remote Access](/wiki/Remote-Access) on how to send commands into the server. +
## Help -- cgit