Skip to content

Conan Exiles Server Utility V3.0.0

Compare
Choose a tag to compare
@Dateranoth Dateranoth released this 25 Apr 02:47
· 18 commits to master since this release
123eb8d

Request Restart From Browser

You can now send restart commands from any Web Browser

Restart commands are now expecting HTTP headers, and can be sent to the server from a web browser using the format http://IP:PORT?restart=user_pass. The utility will respond if the password is accepted or not. There is also a limit for max password attempts. After 15 tries in 10 minutes the requesting IP will be locked out for 10 minutes.

404 Responses will be sent if the RestartKey does not match or the header is incorrect. You can enable Debugging for a full output to the log what is being received by the server if you have any trouble.

These Are the Allowed Characters in the RestartCode (Password)
1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!@$%^&*()+=-{}[]\|:;./?

New Settings in INI

[Remote Restart Request Key http://IP:Port?KEY=user_pass]
RestartKey=restart

[Enable Debug to Output More Log Detail? yes/no]
EnableDebug=no

Begin Usage Example===>

INI SETTINGS
[Game Server IP]
ListenIP=192.168.0.1
[Use Remote Restart ?yes/no]
UseRemoteRestart=yes
[Remote Restart Port]
ListenPort=57520
[Remote Restart Request Key http://IP:Port?KEY=user_pass]
RestartKey=restart
[Remote Restart Password]
RestartCode=Admin1_Pass1,Admin2_Pass2

In a standard web browser I would type in the URL http://192.168.0.1:57520?restart=Admin1_Pass1
The Server would compare the pass and find that it is correct. It would respond with 200 OK
And HTML Code stating the server is restarting.

<===End Usage Example

Remote Restart Utility

No Longer Required for Remote Restart

Updated to Use HTTP Headers and Receive Response from Server

New INI Setting has been added for RestartKey. Please backup and delete your old INI before using.