Overview
This guide explains how to download observation files from your Seestar device to your Windows PC. You'll use a VPN connection (WireGuard) to securely access the device's internal storage, then transfer FITS files (raw observation data) to your computer.
Note: This applies to equipment owners only and does not apply to rental customers.
Prerequisites
Install WireGuard
- Download and install WireGuard from https://www.wireguard.com/install/
- Contact Starfront Support for:
- Your Seestar's IP address
- Your WireGuard config file (usually in a .zip)
- Extract the config file to your Desktop or Downloads folder
- Open WireGuard, click "Add Tunnel", and select your config file
- Your config appears in the left panel. Click it, then click "Activate"
- You're now connected to your Seestar's network
Access Your Files
Map the network drive
- Open Windows Explorer (press WIN+E)
- Click "This PC" on the left panel
- Right-click "This PC" and select "Map network drive..."
- Choose a drive letter from the dropdown
- In the "Folder" field, enter:
\\YOUR_SEESTAR_IP_ADDRESS\EMMC Images(replace with your actual IP from support) - Click "Finish"
- When prompted, enter
guestas the username (leave password blank)
Find and download your files
Your Seestar's storage opens in a new window:
- Open the MyWorks folder
- Inside, find folders organized by target name (the object you observed)
- Look for folders ending in
_sub— these contain your actual observation files (FITS and JPG images) - Select the files you want and copy them to a folder on your PC
Clean up
- Once the transfer completes, you can delete the data from your Seestar if desired
- Disconnect your WireGuard connection in the WireGuard app
Troubleshooting
Can't connect or asked for a password?
Your Windows version may need to enable insecure guest logon (this allows access without a password). Try the solution for your Windows version below.
Windows 10/11 Home Edition
- Open Command Prompt as Administrator
- Copy and paste this command:
reg add HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /v AllowInsecureGuestAuth /t REG_DWORD /d 1 /f - Reboot your PC
- Reconnect to WireGuard and try mapping the network drive again
Windows 10/11 Pro or Enterprise Edition
You have several options. Try Option 1 first; if it doesn't work, try Option 2 or Option 3.
Option 1: Group Policy Editor (Recommended)
- Press WIN+R
- Type
gpedit.mscand press Enter - Navigate to: Computer Configuration → Administrative Templates → Network → Lanman Workstation
- Find "Enable insecure guest logons" and double-click it
- Select "Enabled" and click OK
- Reboot your PC
Option 2: Registry Editor
- Press WIN+R
- Type
regeditand press Enter - Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
- Right-click in the empty space → New → DWORD (32-bit) Value
- Name it
AllowInsecureGuestAuth - Double-click the new value and set it to
1 - Click OK and reboot your PC
Option 3: PowerShell
- Press WIN and type "PowerShell"
- Right-click PowerShell and select "Run as Administrator"
- Copy and paste this command:
Set-SmbClientConfiguration -RequireSecuritySignature $false -Confirm - Type
Yand press Enter when prompted - Reboot your PC
After rebooting, reconnect to WireGuard and try mapping the network drive again.
Need Help?
If you're still unable to connect or locate your files:
- Verify your WireGuard connection is active (green status in WireGuard app)
- Confirm the IP address you're using matches what Starfront Support provided
- Try pinging your Seestar IP: open Command Prompt and type
ping YOUR_SEESTAR_IP_ADDRESS - If nothing works, contact Starfront Support with:
- Your Windows version (Home/Pro/Enterprise)
- Any error messages you see
- Whether WireGuard connected successfully
Comments
0 comments
Please sign in to leave a comment.