# Sabre Application Registry

This document is the master registry for all Sabre applications. it tracks ports, URLs, and key endpoints across Development (Dev PC) and Live (Linux/Windows VPS) environments.

## 🚀 Core Applications

> **Ports are always the same on Dev and Live.** There is no separate dev vs live port.

| Application Name | Folder | Port | Live URL | Dashboard / API Links |
| :--- | :--- | :---: | :--- | :--- |
| **Sabre Identity** | `SabreIdentity` | `9000` | [identify.sabreproducts.com](https://identify.sabreproducts.com) | [/admin](https://identify.sabreproducts.com/admin), [/login](https://identify.sabreproducts.com/login) |
| **Sabre Accounts** | `SabreAccounting` | `9001` | [accounts.sabreproducts.com](https://accounts.sabreproducts.com) | [/dashboard](https://accounts.sabreproducts.com/dashboard) |
| **Sabre Products** | `SabreProductsWebsite`| `8082` | [sabreproducts.com](https://sabreproducts.com) | [/reseller](https://sabreproducts.com/reseller) |
| **Sabre Remote** | `SabreRemote` | `1007` | [remote.sabreproducts.com](https://remote.sabreproducts.com) | [/dashboard](https://remote.sabreproducts.com/dashboard), [/api/health](https://remote.sabreproducts.com/api/health) |
| **Sabre Payroll** | `SabrePayroll` | `1006` | [payroll.sabreproducts.com](https://payroll.sabreproducts.com) | [/dashboard](https://payroll.sabreproducts.com/dashboard) |
| **Sabre Clock** | `SabreClock` | `1005` | [clock.sabreproducts.com](https://clock.sabreproducts.com) | [/dashboard](https://clock.sabreproducts.com/dashboard) |
| **Sabre SOS** | `SabreSOS` | `1000` | [sos.sabreproducts.com](https://sos.sabreproducts.com) | [/Dashboard](https://sos.sabreproducts.com/Dashboard) |
| **Sabre Visitor** | `SabreVisitor` | `1001` | [visitor.sabreproducts.com](https://visitor.sabreproducts.com) | [/dashboard](https://visitor.sabreproducts.com/dashboard) |
| **Sabre Guard** | `SabreGuardPatrol` | `1002` | [guard.sabreproducts.com](https://guard.sabreproducts.com) | [/dashboard](https://guard.sabreproducts.com/dashboard) |
| **Sabre Gateway** | `SabreGateway` | `1003` | [gateway.sabreproducts.com](https://gateway.sabreproducts.com) | [/Dashboard](https://gateway.sabreproducts.com/Dashboard) |
| **Sabre Connect** | `SabreConnect` | `4003` | [connect.sabreproducts.com](https://connect.sabreproducts.com) | [/dashboard](https://connect.sabreproducts.com/dashboard) |
| **Sabre Receptionist**| `SabreReceptionist` | `4005` | [receptionist.sabreproducts.com](https://receptionist.sabreproducts.com)| [/dashboard](https://receptionist.sabreproducts.com/dashboard) |
| **Sabre Mailer** | `SabreMailer` | `4006` | [mailer.sabreproducts.com](https://mailer.sabreproducts.com) | [/api/status](https://mailer.sabreproducts.com/api/status) |
| **Sabre QED** | `SabreQED` | `82` | [qed.sabreproducts.com](https://qed.sabreproducts.com) | [/admin](https://qed.sabreproducts.com/admin) |
| **Tasmania** | `Tasmania` | `8084` | [tasmanialimited.com](https://tasmanialimited.com) | [/](https://tasmanialimited.com/) |

## 🛠️ Infrastructure & Management

| Service Name | Folder | Port | URL | Role |
| :--- | :--- | :---: | :--- | :--- |
| **Sabre Router** | `SabreRouter` | `80` | [router.sabreproducts.com](https://router.sabreproducts.com) | Traffic Proxy (Windows) |
| **Headscale** | `SabreRemote` | `3700` | [headscale.sabreproducts.com](https://headscale.sabreproducts.com) | VPN Control Plane (Linux) |
| **App Manager** | `SabreManager` | `8085` | [manager.sabreproducts.com](https://manager.sabreproducts.com) | Linux Container Management |
| **Server Manager** | `ServerManager` | `8080` | [admin.sabreproducts.com](https://admin.sabreproducts.com) | Windows Service Management |

---

## 🌎 IP & Host Reference

| Environment | Primary IP | Primary Name |
| :--- | :--- | :--- |
| **Development** | `100.64.0.1` | `Peter-Desktop` |
| **Live (Linux)**| `100.64.0.8` | `linux-vps-live` |
| **Live (Windows)**| `100.64.0.3` | `win-96p9tf3ebqg` |

---

> [!TIP]
> **Health Checks**: Most applications implement `/api/health` or `/health`. Always check this endpoint if a service appears down.
> **Dev Testing**: For local testing, replace the domain with `localhost` or `100.64.0.1`.

---
*Last updated: 2026-03-17*
