Quick Start
Just received your PCS? This guide walks you through everything you need to do to get up and running.
Step 1: Find Your Access URLs
When your PCS is set up, you'll receive two main URLs:
- CasaOS Dashboard:
https://casaos-<yourdomain>.nsl.sh/ - Admin Panel:
https://admin-<yourdomain>.nsl.sh/
You'll also have a fallback URL based on your IP address: https://<your-ip>.sslip.io/
Step 2: Log In for the First Time
CasaOS Dashboard
- Open
https://casaos-<yourdomain>.nsl.sh/in your browser. - You'll see the CasaOS login screen.
- Enter the default credentials provided during setup.
- You're now on the CasaOS dashboard.
Admin Panel
- Open
https://admin-<yourdomain>.nsl.sh/. - You'll be redirected to the SSO (Single Sign-On) login page.
- Click Log in with CasaOS and enter the same credentials.
- You're now in the admin panel.
Step 3: Change Your Password
This is the most important first step. Your default password should be changed immediately.
- On the CasaOS dashboard, click your profile icon (top-right corner).
- Go to Settings or Account.
- Change your password to something strong (at least 12 characters, mix of letters, numbers, and symbols).
- Click Save.
Your CasaOS password is also your SSO password. Changing it here changes your login for the admin panel and all SSO-protected apps.
Step 4: Verify Your System
Check System Information
- Go to Admin Panel → System Information.
- Verify your:
- Public IP — matches your actual internet connection
- Domain — your
.nsl.shdomain is correct - PCS version — shows the current software version
Run a Health Check
- Go to Admin Panel → Health.
- Click Run now to trigger a self-check.
- Wait for it to complete and verify there are no errors in the log.
This confirms your PCS can reach the internet, certificates are valid, and all system services are running.
Step 5: Install Your First App
- On the CasaOS dashboard, click the App Store icon (or the "+" button).
- Browse available apps or search for one you want.
- Some popular first apps:
- Immich — Back up photos from your phone (like Google Photos)
- Nextcloud — File sync and storage (like Google Drive)
- Jellyfin — Media server for movies and music
- Uptime Kuma — Monitor your services
- Click the app and then click Install.
- Wait for the installation to complete.
- The app will appear on your dashboard and be accessible at
https://<app>-<yourdomain>.nsl.sh/.
Step 6: Set Up Your Domain
Default Domain
Your PCS comes with a .nsl.sh domain that works out of the box. Each app gets its own subdomain automatically:
https://casaos-demo.nsl.sh/— CasaOShttps://immich-demo.nsl.sh/— Immichhttps://jellyfin-demo.nsl.sh/— Jellyfin
Default Application
You can choose which app opens when someone visits your root domain (<yourdomain>.nsl.sh):
- Go to Admin Panel → Domain.
- Find the Default Application dropdown.
- Select the container you want as the landing page.
- For example, selecting "Docusaurus" means
demo.nsl.shwill open your documentation site instead of CasaOS.
Custom Domain (Optional)
If you own a domain, you can point it to your PCS. See the Custom Domain guide for detailed setup.
Step 7: Create Your First Backup
Before making any more changes, create a baseline backup:
- Go to Admin Panel → Apps.
- For each app you've installed, click Backup.
- This gives you a restore point in case anything goes wrong.
See Backup & Restore for more details.
Step 8: Explore the Admin Panel
Take a few minutes to familiarize yourself with the admin panel sections:
| Section | What to check |
|---|---|
| Dashboard | Overview of your PCS status |
| System Information | Your IP, domain, and system details |
| Domain | Domain settings and default application |
| Certificates | SSL/TLS certificate status |
| Access | SSH access and login history |
| Health | Nightly maintenance schedule and logs |
| Resources | CPU, memory, disk, and network usage |
| Apps | Backup and restore for all apps |
For a complete walkthrough, see the Admin Panel guide.
What's Next?
Now that your PCS is set up, explore these guides:
- CasaOS Dashboard — Learn to manage apps and files
- Popular Apps — Get the most out of Immich, Jellyfin, Nextcloud, and more
- Security Best Practices — Keep your PCS secure
- Network Setup — Understand how your PCS connects to the internet
- Troubleshooting — Solutions to common issues
Bookmark your admin panel URL and CasaOS URL for quick access. You'll use CasaOS daily for app management and the admin panel occasionally for system settings.