Differences

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

Link to this comparison view

Both sides previous revision Previous revision
blocks:server:mirror [2025-02-13 20:01]
admin Added Sync Errors note
blocks:server:mirror [2025-06-14 18:42] (current)
admin Added note on BLOCKS_HOME
Line 349: Line 349:
   * Disable any such interface(s). in some cases this may need to be done in the computer's BIOS settings.   * Disable any such interface(s). in some cases this may need to be done in the computer's BIOS settings.
   * Change their addresses to keep them out of this address range.   * Change their addresses to keep them out of this address range.
-  * Use the advanced //nic// setting to specify which interface to use. +  * Use the advanced //interface// setting to specify which interface to use. 
    
 === Verifying over SSH === === Verifying over SSH ===
Line 358: Line 358:
 </code> </code>
  
 +=== Custom path to Blocks' Executable Files ===
 +The Mirror service assumes that the main Blocks executable file (named "PIXILAN.jar") is located in /home/pixi-server/, which is the case if you're using our Linux server image. However, if you're configuring a server on your own and chose to locate Blocks executable files elsewhere, you must specify the directory where PIXILAN.jar resides using the BLOCKS_HOME envirtonment variable. This is an advanced configuration option, and is normally not required.
  
 =====Implementation Notes===== =====Implementation Notes=====