How to Disable uPnP on a Chia Node Using PowerShell

Your ads will be inserted here by

Easy Plugin for AdSense.

Please go to the plugin admin page to
Paste your ad code OR
Suppress this ad slot.

Check UPNP Enabled or Not

Select-String -Path ~\.chia\mainnet\config\config.yaml -Pattern 'enable_upnp'

Copy

Navigate to Chia location

cd $env:userprofile\AppData\Local\Chia-Blockchain\app-*\resources\app.asar.unpacked\daemon\

Copy

Disable UPNP and restart Chia services

.\chia.exe configure --enable-upnp false

.\chia start -r all