How to Connect to FrostyGMRS
💾 Getting Started with FrostyGMRS
📂 Flash the SD Card
- Download and install FrostyGMRS Image.
-
Open Imager:
- Choose OS -> Use custom -> select
FrostyGMRS_1.0.img
- Choose Storage -> select SD card -> Write
- Choose OS -> Use custom -> select
- Eject the card, insert it into your Pi, and power on.
🔑 WinSCP Login
- Host: frostygmrs.local
- Protocol: SCP
- Username: frosty or root
- Password: frosty
🌐 Browser Access
- frostygmrs.local - ASL3 dashboard (log in as frosty not root)
- frostygmrs.local/supermon - Supermon interface
🔧 DVSwitch Mobile Setup
Turn your phone into a GMRS radio on FrostyGMRS via DVSwitch Mobile.
📁 Step 1: Install the App
https://play.google.com/store/apps/details?id=org.dvswitch
📁 Step 2: Create Your Profile
Protocol: IAX2
Hostname: dvswitch.frostygmrs.com
Port: 4569
Username: YOUR_CALLSIGN
Password: YOUR_PASSWORD
CallerID: YOUR_CALLSIGN
Node: 1028 or 1776
✅ Step 3: Save & Connect
Select 1028 or 1776 then tap Connect.
🔄 Step 4: TX & RX
Hold PTT to transmit; release to listen.
🔧 HamVoIP Setup Instructions
Connect to FrostyGMRS using your HamVoIP setup:
📁 Step 1: Download the Files
wget https://frostygmrs.com/software/hamvoip.zip
📁 Step 2: Unzip
unzip hamvoip.zip
- rc.updatenodelist
- astdb.php
🔧 Step 3: Install & Make Executable
sudo mv rc.updatenodelist /usr/local/etc/
sudo mv astdb.php /usr/local/sbin/
sudo chmod +x /usr/local/etc/rc.updatenodelist
sudo chmod +x /usr/local/sbin/astdb.php
🔄 Step 4: Run Updates
sudo /usr/local/etc/rc.updatenodelist
sudo /usr/local/sbin/astdb.php
🔧 ASL3 Setup Instructions
Get your AllStarLink 3.x ready for FrostyGMRS:
📁 Step 1: Download the Package
wget https://frostygmrs.com/software/asl3.zip
📁 Step 2: Unzip
unzip asl3.zip
- asl3-update-astdb
- asl3-update-nodelist
🔧 Step 3: Install & Make Executable
sudo mv asl3-update-astdb /usr/bin/
sudo mv asl3-update-nodelist /usr/bin/
sudo chmod +x /usr/bin/asl3-update-astdb
sudo chmod +x /usr/bin/asl3-update-nodelist
🔄 Step 4: Run Updates
sudo /usr/bin/asl3-update-astdb
sudo /usr/bin/asl3-update-nodelist