Atoma Docs
  • Developers
  • Introduction
    • Atoma Basics
    • Compute Layer
    • Trust and Privacy
  • Developers
    • Atoma architecture overview
    • Atoma smart contract
      • Atoma architecture
      • Interact with the Atoma smart contract
      • Current available tasks on Atoma
  • Node Operators
    • Atoma node
      • Install Sui cli
      • Install CUDA
      • Install docker
      • Firewall permissions
      • HuggingFace authentication
      • Atoma node deployment
      • Atoma node daemon
        • Node subscriptions
        • Task Management
        • Stack operations
        • Attestation/Dispute management
        • Claimed Stacks management
        • Submit new node registration transaction
        • Task subscriptions
        • Submit Stack settlements and attestations
        • Claim Stacks
Powered by GitBook
On this page
  1. Node Operators
  2. Atoma node

Firewall permissions

In order for the node to receive incoming HTTP requests, it must give firewall permissions to open necessary ports, as follows:

# Allow Atoma service port
sudo ufw allow 3000/tcp # change this port to match the docker compose file

# Allow vLLM service port
sudo ufw allow 50000/tcp # change this port to match the docker compose file
PreviousInstall dockerNextHuggingFace authentication

Last updated 6 months ago