---
title: Configure Server | Super Lambda
description: Interactive server configurator for Super Lambda VPS and dedicated plans — term, region, hardware, networking, OS, and add-ons with live USD pricing and shareable URLs.
dateModified: 2026-08-02
canonical_url: https://superlambda.com/configure
---

# Configure Server — Super Lambda

Interactive product configurator for all VPS and dedicated server plans. Built for IT teams and companies — every option has an info tooltip with technical detail. Users select options and see live monthly pricing before checkout.

**URL:** https://superlambda.com/configure?plan=\<plan-id\>

## Plan IDs

### Core VPS
`vps-s`, `vps-m`, `vps-l`, `vps-xl`, `vps-2xl`, `vps-3xl`

### Performance VPS
`vps-plus-s`, `vps-plus-m`, `vps-plus-l`, `vps-plus-xl`, `vps-plus-2xl`, `vps-plus-3xl`

### Dedicated servers
`ryzen-power-12`, `epyc-genoa-24`, `epyc-turin-32`, `epyc-turin-64`

## Query parameters

| Param | Description | Example |
|-------|-------------|---------|
| `plan` | Plan ID (required) | `vps-s` |
| `contract` | Billing term: `1`, `6`, or `12` months | `12` |
| `region` | Datacenter ID | `fra`, `nyc`, `tyo` |
| `qty` | Server quantity (1–5) | `2` |
| `hostname` | Optional provisioning hostname | `web-prod-01` |
| `ram` | RAM tier ID | `128` |
| `storage` | Storage tier ID | `base` |
| `port` | Port speed tier ID | `10g` |
| `bandwidth` | Bandwidth tier ID | `unmetered` |
| `gpu` | Dedicated GPU (dedicated plans) | `tesla-a2` |
| `raid` | RAID controller (dedicated plans) | `hw-raid` |
| `os` | OS image ID | `ubuntu-24` |
| `ipv4` | Extra IPv4 count | `2` |
| `ipv6` | Extra /64 IPv6 blocks | `1` |
| `firewall` | Firewall profile: `strict`, `custom`, `disabled` | `strict` |
| `backup-ret` | Backup retention when backup add-on on: `10d`, `30d`, `90d` | `30d` |
| `addons` | Comma-separated add-on IDs | `backup,monitoring` |

## Example URLs

- Base VPS S: https://superlambda.com/configure?plan=vps-s
- Two VPS with firewall: https://superlambda.com/configure?plan=vps-m&qty=2&firewall=custom
- Ryzen 12-month with GPU: https://superlambda.com/configure?plan=ryzen-power-12&contract=12&ram=128&gpu=tesla-a2&raid=hw-raid
- Performance VPS with backup: https://superlambda.com/configure?plan=vps-plus-l&addons=backup&backup-ret=30d

## Configuration options

### Billing terms
- 1 month — no discount
- 6 months — 5% off
- 12 months — 10% off, no setup fee

### Regions (11 datacenters)
`nue` Nuremberg, `dus` Düsseldorf, `fra` Frankfurt, `lon` London, `nyc` New York, `stl` St. Louis, `sea` Seattle, `sgp` Singapore, `bom` Mumbai, `tyo` Tokyo (+$3/mo), `syd` Sydney (+$3/mo)

### Hardware (plan-dependent)
- **RAM** — upgrade tiers per plan
- **Storage** — SSD/NVMe expansion tiers
- **Port** — uplink speed (1 Gbit/s, 10 Gbit/s on eligible plans)
- **Bandwidth** — unmetered or priority egress tiers
- **GPU** (dedicated) — None, NVIDIA Tesla A2, RTX A4000
- **RAID** (dedicated) — Software, HW RAID, HW RAID 10

### OS images
Ubuntu 24.04/22.04, Debian 12, AlmaLinux 9, Rocky Linux 9, Windows Server 2022 (+$45/mo), Proxmox VE, Docker, cPanel (+$66/mo), Plesk (+$36/mo)

### Networking
- Extra IPv4: $4.50/mo each
- Extra IPv6 /64 blocks
- Firewall profile: strict (default), custom panel rules, or disabled

### Add-ons
- `backup` — Auto backup (20% of base plan); retention 10/30/90 days
- `storage-ext` — Storage extension (+50% of storage tier)
- `monitoring` — Server monitoring ($9/mo)
- `managed` — Managed support ($49/mo, dedicated)

### Order details
- **Quantity** — 1–5 identical servers; pricing multiplied in summary
- **Hostname** — optional FQDN for provisioning metadata

## Tooltips

Every major field has an (i) info icon with technical explanations for IT buyers. Tooltip text is defined in `SL.TOOLTIPS` in `/js/plans-data.js`.

## Pricing output

The configurator computes:
- **Monthly** — recurring cost after term discount (× quantity)
- **One-time** — setup fees (currently $0 on all plans)
- **Due today** — first month + one-time fees

Pricing data and Stripe-ready line items are defined in `/js/plans-data.js`.

## Checkout flow

1. User configures server at `/configure`
2. Clicks **Share** to copy URL or **Continue** → `/signup?next=/dashboard?<config>`
3. After signup/login → dashboard with config in URL (pending order)

Stripe Checkout integration is planned; line items, quantity, and metadata are pre-structured for Stripe Sessions.
