Debug your Render services in Claude Code and Cursor.

Try Render MCP
October 02, 2025
New

Enterprise orgs can set inbound IP rules for web services and static sites

Enterprise orgs on Render can now set inbound IP rules for the following:

  • Individual web services and static sites
  • An entire environment
  • An entire workspace

IP rules are allowlists of IP ranges specified using CIDR notation. Add rules from your service or environment's settings in the Render Dashboard:

Setting a web service's inbound IP rules in the Render Dashboard
Setting a web service's inbound IP rules in the Render Dashboard

Requests to your service from a disallowed IP receive a 403 Forbidden response.

All plan types support setting inbound IP rules for individual Render Postgres and Key Value datastores (this is existing functionality).

Learn more about IP rules in the documentation.

September 24, 2025
Improved

Export audit log events with the Render API

To assist with compliance needs, the Render API now provides the following endpoints for exporting audit log data:

  • List workspace audit logs
    • Includes user actions performed in an individual workspace, such as management of services and datastores.
  • List organization audit logs
    • Includes org-level management actions, such as configuring SAML SSO. These audit logs are exclusive to Enterprise orgs.

Audit logs require an Organization plan or higher. Learn more about audit logs in the documentation.

September 24, 2025
Adjusted

Upcoming changes to outbound IP addresses

On October 27, 2025, Render will roll out new outbound IP ranges for each region. Render will also retire each region's original set of outbound IPs no later than December 1, 2025.

Viewing new outbound IP ranges in the Render Dashboard
Viewing new outbound IP ranges in the Render Dashboard

If you use your service's outbound IPs to safelist access to an external system, you will need to add the new IP ranges to that system's access rules. You can safely do this now in preparation for the change by following these steps.

Learn more about outbound IPs in the documentation.

September 16, 2025
Adjusted

Free web services will no longer allow outbound traffic to SMTP ports

Starting next week, free Render web services will block outbound network traffic to SMTP ports 25, 465, and 587.

This change will be live across all regions by Friday, September 26th.

To continue sending traffic to an SMTP port, you can upgrade your free web service to any paid instance type.

Learn more about free service limitations in the documentation.

September 11, 2025
Improved

SSH into a specific instance of a scaled service

You can now open a shell session to a specific instance of a scaled service. Previously, shell sessions always selected an instance at random.

  • In the Render Dashboard, open a service's Shell page and select a specific instance from the Instance dropdown:
Selecting an instance in the dashboard shell
Selecting an instance in the dashboard shell
  • When connecting over SSH, include an instance's 5-character slug in the hostname. Here's an example command:

    ssh srv-abc123-d4e5f@ssh.oregon.render.com

    In this example, the instance slug is d4e5f. You append this value to the service ID, separated by a hyphen as shown.

You can obtain the slug of a running instance from your service's logs and metrics in the Render Dashboard. You can also open a dashboard shell session to a particular instance directly from these views:

Opening a dashboard shell session from the log explorer
Opening a dashboard shell session from the log explorer
Opening a dashboard shell session from service metrics
Opening a dashboard shell session from service metrics

Learn more about SSH support in the documentation.

August 27, 2025
Improved

Suspend Render Key Value instances in the Render Dashboard

Similar to other service types, you can now suspend Render Key Value instances in the Render Dashboard. At the bottom of your instance's Info page, click Suspend Key Value Instance:

Suspending a Key Value instance in the Render Dashboard
Suspending a Key Value instance in the Render Dashboard

You can also include Key Value instances in newly supported bulk suspend actions.

Paid Key Value instances include disk-backed persistence, and they retain their state on disk while suspended. Free Key Value instances do not include persistence, and their state is lost upon suspension.

August 27, 2025
Improved

Suspend and resume services in bulk from the Render Dashboard

You can now suspend multiple services at the same time in the Render Dashboard. Click the checkbox next to each service you want to suspend, then click Suspend in the action menu that appears:

Suspending multiple services in the Render Dashboard
Suspending multiple services in the Render Dashboard

You can resume multiple suspended services the same way by clicking Resume in the action menu:

Resuming multiple suspended services in the Render Dashboard
Resuming multiple suspended services in the Render Dashboard
August 21, 2025
New

Render MCP server is now generally available

The official Render MCP server is now generally available. By connecting AI applications like Cursor and Claude Code, you can manage and inspect your Render infrastructure using natural language:

Analyzing service metrics in Cursor with the Render MCP server
Analyzing service metrics in Cursor with the Render MCP server

Connect your AI app to the official hosted server at https://mcp.render.com/mcp to automatically benefit from new capabilities as they're released (see setup instructions). You can also run the server locally.

Supported tasks include:

  • Fetching and analyzing service metrics (new with this release)
  • Creating web services, static sites, and datastores
  • Fetching and filtering service logs
  • Listing a service’s deploy history
  • Querying a Render Postgres database

Learn more in the documentation.

August 18, 2025
Improved

Default Bun version updated to 1.2.20

Newly created services now use Bun 1.2.20 by default. You can always specify a different version.

Existing services keep their original default Bun version to prevent breaking changes.

August 13, 2025
New

Edge caching for web services is now generally available

You can now enable edge caching for any paid web service in the Render Dashboard. Backed by a global CDN, edge caching dramatically speeds up response times when serving most types of static assets (images, documents, audio, and more):

Diagram illustrating edge caching for web services
Diagram illustrating edge caching for web services

In a simple curl test, enabling edge caching reduced the average wall-clock response time for the same image file by over 40%.

Edge caching is available for all paid web services at no additional charge. Enable it from your web service's Settings page in the Render Dashboard:

Enabling edge caching in the Render Dashboard
Enabling edge caching in the Render Dashboard

Learn how to configure your web service's edge caching behavior in the documentation.