[ DOCUMENTATION ]

Quick Start

  1. 1. Download the ISO installer from the Downloads page
  2. 2. Write the ISO to a USB drive
  3. 3. Boot target hardware from USB
  4. 4. Follow the text-based installer prompts
  5. 5. Complete initial network configuration via console TUI
  6. 6. Access the web admin interface at https://<ip-address>/

Default Credentials

Console/SSH:
  Username:   root
  Password:   coyote

Web Admin:
  Password:   (set during first login)
            

Change the default password immediately after installation.

Documentation

Full documentation is maintained in the GitHub repositories:

Network Configuration

Typical dual-homed firewall setup:

                    ┌─────────────────────┐
    Internet ───────│  eth0 (WAN)         │
                    │                     │
                    │   COYOTE LINUX      │
                    │                     │
    LAN ────────────│  eth1 (LAN)         │
                    └─────────────────────┘

Interface Roles:
  WAN:  External/untrusted network (DHCP or static)
  LAN:  Internal/trusted network (static IP, DHCP server)
            

Getting Help