summaryrefslogtreecommitdiff
path: root/docs/final-server-steps.md
diff options
context:
space:
mode:
authorCyberFox Hax <cyber_fox_2@hotmail.com>2021-05-25 15:51:02 +0800
committerGitHub <noreply@github.com>2021-05-25 09:51:02 +0200
commitadf72b6bc47ed2ef6d6faae886a19b2d86b93dca (patch)
treed85c892d55358638580f2af2d492031694d6c87f /docs/final-server-steps.md
parentcf6b8c4de86c8b32a029a8ea46a823456f661e6b (diff)
downloadwiki-adf72b6bc47ed2ef6d6faae886a19b2d86b93dca.tar.gz
wiki-adf72b6bc47ed2ef6d6faae886a19b2d86b93dca.tar.bz2
wiki-adf72b6bc47ed2ef6d6faae886a19b2d86b93dca.zip
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
Diffstat (limited to 'docs/final-server-steps.md')
-rw-r--r--docs/final-server-steps.md5
1 files changed, 5 insertions, 0 deletions
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.
+
<br>
## Help