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

Service

Type

Port Number

Direction

Note

AirPlay

UDP

5353

in/out

mDNS, device discovery

AirPlay

TCP

7002

in/out

AirPlay service port

AirPlay

TCP

7100

in/out

AirPlay service port

AirPlay

TCP

7202

in/out

AirPlay service port

AirPlay

TCP/UDP

20200-20299

in/out

AirPlay RTP

Google Cast

TCP

8008

in/out

Google Cast service port

Google Cast

TCP

8009

in/out

Google Cast service port

Google Cast

UDP

20400-20420

in/out

Google Cast service port

ASTROS App

TCP

20324

in/out

ASTROS App

mdnsd

UDP

5353

in/out

mDNS

Dnsmasq

TCP/UDP

53

in/out

DNS

Web

TCP

443

in/out

Configuration page

Web

TCP

8081

in/out

File delivery

Web

TCP

20616

in/out

Browser Sharing

Q: How can I install / uninstall the Windows App silently?

Please refer to the steps below:

Silently install the MSI package:

  1. Open command line window with admin privilege

  2. Change folder where MSI package exists, for example, D:\ASTROSApp.msi

  3. Use command: msiexec /i D:\ASTROSApp.msi /qn

Silently uninstall MSI package:

  1. Open command line window with admin privilege

  2. Change folder where MSI package exists; for example, D:\ASTROSApp.msi

  3. Use command: msiexec /x D:\ASTROSApp.msi /qn

Last updated