Installing In Linux - Service


  1. Download Linux command line package.
  2. Extract the zip file in the installation folder.
  3. If the default port of 1212 is acceptable, then open the folder location in a terminal. Otherwise, change the port before continuing.
  4. Make installService.sh executable by opening a terminal and typing the command chmod 755 installService.sh or via the file manager properties.
  5. Type sudo ./installService.sh, enter the admin password if prompted, and press enter. Binfer will get installed as a service.
  6. Grant permissions if prompted by any firewall/antivirus system.
  7. Default browser should open. "Welcome to Binfer setup" screen should be displayed. If this did not happen, then open your favorite web browser and open this link: "http://127.0.0.1:1212/b6/config". If the port was changed, then replace 1212 with the changed port number.
  8. Continue with First time setup.

To change the default port of 1212

  1. Open the file startBinfer.sh in a text editor.
  2. Change the port number if the default is not acceptable: HTTPPORT=1212. Save and close the file when done.
  3. Continue with step 3 from the previous section.

To run in command line

  1. Make startBinfer.sh executable by opening a terminal and typing the command chmod 755 startBinfer.sh or via the file manager properties.
  2. Type ./startBinfer.sh, and press enter.