File Server Configuration
Instructions to configure the Avo Assure File Server
Last updated
Instructions to configure the Avo Assure File Server
Last updated
Ensure Webserver (avoassurewebserver.exe) is running.
Create a folder in the server machine (preferably in the WebServer folder, named "PatchUpdate").
Copy manifest.json file to this folder ("patchUpdate" folder).
For the 'Download ICE' feature, AvoAssure_ICE.zip should be added (or replaced) to this folder ("PatchUpdate" folder)
Create a folder (inside the "PatchUpdate" folder) with the alpha version (major-minor) of the AvoAssure_ICE patch. (Eg: if the Patch provided is AvoAssure_ICE_X.Y.Z, then folder X.Y should be created). If the folder with the alpha versioning is already created, then this step can be ignored. Note: The folder structure should be maintained.
6. Place AvoAssure_ICE_X.Y.Z.zip (patch file) files in this folder location. Note: The patch files must have the same alpha version as the folder name.
7. Copy the absolute path of this folder, then navigate to the ‘webapp/.env’ file and add this folder path to variable HOST_PATH.
8. ‘File_Server_Port’ (in webapp/.env file) is set to 5100 by default. Any changes in port are to be made here.
Open an elevated command prompt in the ‘webapp’ folder.
Type ‘run-fileserver.bat’ and hit enter. Alternatively, type ‘npm run filestart’ and hit enter.
Upon successful start, you will receive the following message: ‘!!!!!File Server is up!!!!!’
4. Avo Assure File Server is available at ‘https://<localhost>:5100’ or ‘https://< localhost >:<port_configured>’. Open the URL in a browser depending on the port they selected (to verify the above).
Close the command prompt window in which the File Server is running.
Open an elevated command prompt in the ‘webapp’ folder.
Type ‘install-fileserver-service.bat’ and hit enter.
Open an elevated command prompt in the ‘webapp’ folder. Note: avoassurefileserver.exe service should already be installed.
Type ‘start-fileserver-service.bat’ and hit enter.
Open an elevated command prompt in the ‘webapp’ folder. Note: avoassurefileserver.exe service should be running.
Type ‘stop-fileserver-service.bat’ and hit enter.
Open an elevated command prompt in the ‘webapp’ folder. Note: avoassurefileserver.exe service should be in the stopped state.
Type ‘remove-fileserver-service.bat’ and hit enter.
Open an elevated command prompt in the ‘webapp’ folder.
Run the following commands in sequential order i.e., only after the previous command has been completed:
Type ‘stop-fileserver-service.bat’ and hit enter.
Type ‘remove-fileserver -service.bat’ and hit enter.
Type ‘install-fileserver -service.bat’ and hit enter.
Type ‘start-fileserver -service.bat’ and hit enter.
In case any of the above-mentioned steps fail, ensure the following points have been taken care of:
Commands are being run with an elevated command prompt (i.e., prompt has Administrator privileges).
Ensure port 5100 (or any custom selected port) is available and not used by any other program.
There are no spaces or special characters (such as ! @ # $ % ^ & ( ) + - = { } , . ; ' [ ] ~ `) in the folder name (and entire path) where the WebServer is being extracted. Example:
Valid: D:\AvoAssure\Server\WebServer\
Invalid: D:\AvoAssure install files\Server\WebServer\
Invalid: D:\AvoAssure\Server@files\WebServer\
If all the above scenarios hold true and the server is still not running, please contact Avo Assure Support Team.