System
Q: How to reset system settings to default?
Please refer to "Reset Station settings to default".
Q: If I forget the login password for the Configuration Page, how should I handle it?
Please refer to "Reset Station settings to default" and reset settings to default. The default password is "admin".
Q: What file system formats of USB flash drives does ASTROS Station support?
ASTROS Station only supports FAT32 USB drive.
Q: What is the TCP/UDP ports used in ASTROS Station?
See port list and usage below
Q: How can I install / uninstall the Windows App silently?
Please refer to the steps below:
Silently install the MSI package:
Open command line window with admin privilege
Change folder where MSI package exists, for example, D:\ASTROSApp.msi
Use command: msiexec /i D:\ASTROSApp.msi /qn
Silently uninstall MSI package:
Open command line window with admin privilege
Change folder where MSI package exists; for example, D:\ASTROSApp.msi
Use command: msiexec /x D:\ASTROSApp.msi /qn
Last updated