---
title: "Receiving webhooks on localhost | WebhookRelay"
meta:
  "og:description": "Receive webhooks on localhost or private networks with Webhook Relay forward command"
  "og:title": "Receiving webhooks on localhost"
  description: "Receive webhooks on localhost or private networks with Webhook Relay forward command"
---

![Stripes](https://webhookrelay.com/docs/webhooks/internal/localhost/images/stripes.svg)

Documentation

**Fundamentals**

# **Receiving webhooks on localhost**

Receive webhooks on localhost or private networks with Webhook Relay forward command

While developing and testing 3rd party integrations, it is useful to have an ability to receive webhooks on your localhost. To start with, navigate to the home page helper for [internal destinations](https://my.webhookrelay.com/new-internal-destination):

![Forward to internal URL](https://webhookrelay.com/docs/webhooks/internal/localhost/images/docs/webhooks/internal_forward.png)

Follow instructions to setup the agent. Once the agent is running, webhooks will be sent to your private URL.

## [Using it again](#using-it-again)

You don't have to setup the bucket and forwarding again. Once the configuration is done, you can call the `forward` command at any time:

```
relay forward --bucket YOUR-BUCKET-NAME
```

Did this page help you?