Skip to main content

Awetobot Requirement and Preparation

tip

Open this page on the Debian/Awetobot browser to quickly copy the commands

AwetobotLogo

Requirement

Minimum Hardware Specifications

  • CPU: 8 vCPU
  • RAM: 8 GB
  • Storage: >= 200GB

Others

Outgoing Ports

In the event Outgoing -> Any is not feasible, the following outgoing ports are required for the Awetobot to function:

Awetobot

Destination/HostOutgoing Port(s)Port TypePurpose
*.awetonet.io22, 443, 5556TCPPairing, VPN Tunnel, Network Monitoring Services
*.awetonet.io1194UDPAwetobot VPN Tunnel Server

Debian OS

For Debian OS, multiple mirrors to update the packages are available worldwide.

Destination/HostOutgoing Port(s)Port TypePurpose
*. debian.org20, 21, 80, 443TCPDebian Packages via HTTP/S and FTP
Awetobot Connectivity to Portal

Once the Awetobot is paired to a site, a secured tunnel is established to the Awetonet.io's Portal

This means incoming traffic policies are not required to be configured for the Awetobot. All communications from the Awetonet.io's Portal to the Awetobot is through this secured tunnel.

1. Preparing Debian machine for Awetobot installation

It is essential the Debian installed is configured properly to ensure a smooth installation. The following should be checked before installing the Awetobot packages

  • Debian machine has access to internet (with all DNS configured)

  • Minimal installation; leave the selections as default when prompted with the below screen: Installing Debian

  • Date and Time set based on the site's Timezone and Location

  • All apt packages are updated

    1. Launch Terminal

    2. Enter root by running command:

      su
    3. Update packages:

      apt-get update && apt-get upgrade -y

      DebianPackage

    4. The process will run and complete on its own DebianPackage4

    5. (Optional) Grub Setting

      Depending on the setup, the following screens may/may not appear when updating package.

      • Hit Enter on keyboard when prompted with the below screen DebianPackage1

      • Hit Enter again DebianPackage2

      • Select Yes DebianPackage3