Configuration File:
config/hosting/dedicated.tsOverview
The dedicated server configuration allows you to:- Define bare-metal server plans with detailed specs
- Showcase enterprise features
- Include VPS vs Dedicated comparison table
- Customize hero section with stats
config/hosting/dedicated.ts
Quick Start
Test it
Configuration Structure
Hero Section
Plans Section
name- Server plan nameprocessor- CPU modelcores- Core count, threads, and frequencyram- Memory with type (ECC)storage- Drives and RAID configbandwidth- Monthly transfer + port speedprice.monthly- Monthly costprice.setup- Setup fee (0 for free)orderUrl- Link for “Configure Server” button (required)features- Included featurespopular- Highlight with badge (optional)
Features Section
Comparison Table
Show the differences between Dedicated and VPS:icon- Lucide icon nameiconColor- Tailwind text color classfeature- What’s being compareddedicated- Dedicated server valuevps- VPS valuededicatedBetter- true if dedicated wins, false if VPS wins
Complete Example
Best Practices
Server Specs
- Be specific - Include exact CPU models
- Show RAID configs - Important for reliability
- Include port speed - Not just bandwidth total
- Mention ECC RAM - Shows enterprise quality
Pricing
- Clear pricing - Show monthly + setup fee
- No hidden costs - Include all basics
- Justify cost - High specs = higher price
Comparison Table
- Be honest - Show where VPS wins too
- Use icons - Visual comparison is clearer
- Explain differences - Help users decide
Features
- Emphasize performance - Main selling point
- Show control - Full hardware access
- Mention support - Critical for dedicated
Troubleshooting
Plans not showing
Check all required fields: name, processor, cores, ram, storage, bandwidth, price (with monthly and setup), featuresPrice format error
Price must be an object:Colors not working
Includeas const:
Comparison table not rendering
Check thatdedicatedBetter is a boolean (true/false), not a string.

