ARBI BOT

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
command_line_arguments [2019/06/30 12:24]
administrator created
command_line_arguments [2020/07/06 01:53] (current)
administrator [Set Custom URL]
Line 1: Line 1:
-====== View all available command line arguments======+====== Command line arguments ====== 
 + 
 +===== View all available command line arguments ===== 
 + 
 +Command: 
 +<code>Arbi.exe -h</code> 
 +<code> 
 +Options: 
 +  -p|--port <PORT>              Choose port 
 +  -c|--custom-url <CUSTOM_URL>  Provide custom url for the notification links. Use this option if you are running the 
 +                                bot behind a NAT with port forwarding. 
 +  -?|-h|--help                  Show help information 
 +</code> 
 + 
 +===== Set Port===== 
 + 
 +Command: 
 +<code>Arbi.exe -p 5555</code> 
 + 
 +This will set your web UI to port 5555. 
 + 
 +===== Set Custom URL===== 
 + 
 +If you are running the bot behind a NAT with port forwarding you may want to use custom URL. 
 + 
 +Command: 
 +<code>Arbi.exe -c myhostnameorip:11111</code> 
 + 
 +This will change the URL in the notifications that you receive to https://myhostnameorip:11111 
 +