The in-app landlord screens and the public landlord site they power.
Last updated: 2026-05-10
Two related things share the name "landlord portal":
/landlords/[id], where your team and the landlord's members read portfolio data and configure outbound reports.urbero.com/l/[slug], a branded page with live vacant listings and an inquiry form for anonymous visitors.This page covers both. They share configuration on one screen but the audiences differ — internal team versus the open web.
Open a landlord from /landlords (or the command palette) to land on /landlords/[id]. The record has three tabs:
Brokerage admins of the owning brokerage and landlord admins can edit. Landlord viewers see everything read-only.
The config screen at /landlords/[id]/site controls the public site and the weekly digest. Both brokerage admins and landlord admins can open it.
Why this matters: one screen runs every outbound channel for this landlord — what visitors see on the web, what the landlord's inbox sees on Monday morning, and where inquiries route.
Sections on the screen:
When Publish is on, urbero.com/l/[slug] is reachable by anyone:
The page refreshes roughly every minute, with immediate refresh on status flips.
Five renderers ship today. Each matches the layout of a real sample, including small quirks landlords expect to see (the "RECIEVED" misspelling on the RSB sheet is intentional).
| Format | Output | Built for |
|---|---|---|
| A&E narrative PDF | A&E Manhattan | |
| Ventura per-agent xlsx | XLSX | Ventura Land Corp (one sheet per agent, vertical-card layout) |
| Ventura per-unit PDF | Ventura Land Corp (multi-page, one card per unit) | |
| Asking-Rents tabular xlsx | XLSX | Internal portfolio dump |
| 140-160 Riverside (RSB) leasing-stats xlsx | XLSX | 140-160 Riverside Boulevard (two-sheet weekly metrics history plus monthly rented log) |
Known production landlords are mapped to their default automatically. Anyone else falls back to the text-only digest unless you pick a format.
Each format on the config screen has a download button. Click it to get the file immediately. The same card has a Send-now form — drop in a comma-separated email list, hit Send, and the chosen format goes out as an attachment.
Permissions for Send-now: brokerage admin of the owning brokerage, landlord admin, or super-admin. Agents and landlord viewers can export but never send.
When the digest is enabled and a custom format is registered, the weekly email arrives with a text summary in the body and the rendered format attached. If no format is registered, the basic text summary ships unchanged — landlords without a custom layout still get something useful every week. Renewal pricing PDFs are configured per landlord here as well — see Renewals.
| Role | Site config | Send-now | Public site |
|---|---|---|---|
| Brokerage admin (owning brokerage) | Edit | Yes | Visible (when published) |
| Landlord admin | Edit | Yes | Visible (when published) |
| Landlord viewer | Read-only | No | Visible (when published) |
| Agent | No access | No | Visible (when published) |
Super-admin can view but stays read-only on landlord data the same way they're read-only everywhere else.