Getting Started 6 min read

Initial Configuration

Configure PECU for the first time and set up your preferences.

Last updated 2 months ago
Share:

Initial Configuration

After successfully installing PECU, follow this guide to configure it for your specific hardware and use case requirements.

First Boot Configuration

1. Run Initial Setup Wizard

# Start the configuration wizard
pecu init

# This will guide you through:
# - Hardware detection and validation
# - Performance profile selection
# - GPU passthrough configuration
# - Network and storage optimization
# - Monitoring and logging setup

2. Hardware Detection

PECU will automatically detect your system hardware:

# View detected hardware
pecu hardware-scan

# Example output:
# CPU: Intel Core i7-12700K (16 cores)
# RAM: 32 GB DDR4-3200
# GPU: NVIDIA RTX 4080 (Primary)
# GPU: Intel UHD 770 (Secondary)
# Storage: Samsung 980 PRO 1TB NVMe

Configuration Profiles

Choose from pre-configured profiles or create custom configurations based on your specific needs and hardware setup.

Was this page helpful?

Related Documentation