Coti Node Docs By GeordieR
  • Coti Full Node Guide
  • Wallet and KYC
    • Sign Up
    • KYC
    • Secret Key & SEED
  • Necessary Purchases
    • Registering a VPS
    • VPS Setup
    • Registering a domain name
    • Add an "A" record
    • Register your node hash
  • Installing the node
    • Connect to the node
    • Installing a node
      • Install a full node
      • Installing an exchange full node
    • Finally: Checking you're up!
  • Uninstalling The Node
    • Uninstalling the node
  • Upgrades
  • Upgrading your node
  • Extra Recommended Info
    • Firewall / Ports
    • Two Factor Authentication
    • Node Hardening
  • TROUBLESHOOTING
    • Troubleshooting your node
    • Reseting Transactions
    • Node Hash Retrieval
    • Export Logs
Powered by GitBook
On this page

Was this helpful?

  1. Extra Recommended Info

Firewall / Ports

You may ignore this page, this is just for information purposes only for people wanting to configure their firewalls manually etc.

The ports that are needed are automatically configured for you in the UFW setup inside the installfullnode.sh script. However, if you need to know the ports that we open, see the incoming list below.

Incoming

Your SSH port (22 if you left it to the default)

80

443

7070 (you may want to lock down to receive only traffic from nodemanager IP address for this port)

The testnet node manager IP is 52.59.142.53 and the mainnet node manager IP is 35.157.47.86. You may lock down 7070 to these IP addresses depending on which network you are on.

PreviousUpgrading your nodeNextTwo Factor Authentication

Last updated 3 years ago

Was this helpful?