FusionGate Installation Guide
Complete installation procedures for FusionGate on rooted Samsung devices using Termux + Systemizer or ADB methods.
ℹ️ Prerequisites: Make sure your device is rooted following the Rooting Guide before proceeding.
Before You Begin
Ensure you have the following ready:
- Rooted Samsung device (A15/A16/A53/A54)
- Active FusionGate license key
- Working SIM card(s) inserted in the device
- Stable internet connection (WiFi recommended)
- SIP server credentials (from your softswitch/SBC)
Method 1: Termux + Systemizer (Recommended)
This is the recommended installation method as it's done entirely on the device.
Step 1: Install Termux
- Download Termux from F-Droid (not Play Store)
- Install and open Termux
- Run initial setup:
pkg update && pkg upgrade -y pkg install wget curl git -y
Step 2: Install Systemizer Module
- Open Magisk app
- Go to Modules section
- Tap Install from storage
- Download and install the Systemizer module
- Reboot the device when prompted
Step 3: Download FusionGate
- Open Termux and run:
cd ~ wget https://download.fusiongate.com/latest/fusiongate.zip unzip fusiongate.zip - Grant Termux root access when prompted by Magisk
Step 4: Install FusionGate
- Run the installation script:
cd fusiongate chmod +x install.sh su -c ./install.sh - Follow the on-screen prompts
- Enter your license key when asked
- The installer will configure system services automatically
Step 5: Reboot and Verify
- Reboot the device
- FusionGate should start automatically after boot
- Check the notification area for FusionGate status
Method 2: ADB Installation
Alternative method using Android Debug Bridge from a computer.
Step 1: Enable ADB
- Go to Settings → Developer Options
- Enable USB Debugging
- Connect device to PC via USB
- Authorize the computer when prompted on the device
Step 2: Push FusionGate Files
- Open command prompt/terminal on your PC
- Navigate to the FusionGate download folder
- Push files to the device:
adb push fusiongate/ /sdcard/fusiongate/
Step 3: Install via ADB Shell
- Open ADB shell:
adb shell - Gain root access:
su - Run the installer:
cd /sdcard/fusiongate sh install.sh - Follow prompts and enter license key
License Activation
After installation, you need to activate your license:
- Open the FusionGate app
- Go to Settings → License
- Enter your license key (format:
FGATE-XXXX-XXXX-XXXX) - Tap Activate
- Wait for confirmation (requires internet connection)
ℹ️ Note: Each license is tied to your device's Android-ID and device fingerprint. Contact support if you need to transfer a license to a different device.
SIP Configuration
Configure your SIP connection to your softswitch or SBC:
- Open FusionGate app
- Go to Settings → SIP Account
- Enter your SIP credentials:
SIP Server Your softswitch IP or domain SIP Port Usually 5060 (UDP) or 5061 (TLS) Username Your SIP username/extension Password Your SIP password Transport UDP, TCP, or TLS - Tap Save and then Register
- Wait for "Registered" status
SIM Card Setup
- Insert active SIM card(s) into the device
- Wait for network registration
- Open FusionGate app
- Go to SIM Management
- Enable the SIM slots you want to use for termination
- Configure per-SIM settings if needed:
- Daily call limits
- Call duration limits
- Rotation schedule
VPN Configuration (Optional)
For enhanced security or to bypass IP filtering, configure WireGuard VPN:
- Install WireGuard from Play Store
- Import your VPN configuration file
- In FusionGate, go to Settings → Network
- Enable Use VPN for SIP
- Select the WireGuard tunnel
Verify Installation
Confirm everything is working correctly:
✅ Installation Complete! Proceed to the User Manual to learn about daily operation and advanced features.
Troubleshooting
License activation failed
- Check your internet connection
- Verify the license key is entered correctly
- Ensure the device has a unique Android-ID
- Contact support with your device fingerprint
SIP registration failed
- Verify SIP credentials are correct
- Check if your IP is whitelisted on the softswitch
- Try different transport (UDP/TCP)
- Check firewall settings
FusionGate doesn't start after reboot
- Ensure Magisk modules are loaded correctly
- Check if the Systemizer module is active
- Try reinstalling FusionGate