The Free Online Ski Resort Management Game
Ski-Manager is a free-to-play browser game where you design, build and run your own ski resort from the ground up. No download required – simply create a free account and start playing instantly. Whether you are a casual gamer or a hardcore strategy enthusiast, Ski-Manager offers a rich management experience packed with depth and replayability.
Starting with a bare mountain and a tight budget, you must lay out ski runs and install chairlifts, build restaurants and hotels, hire experienced staff, manage snowmaking and weather, and attract thousands of tourists each season. Every decision you make affects your resort's reputation, visitor numbers and profitability – so plan carefully and grow wisely!
Live Statistics
Ski-Manager by the Numbers
Why Ski-Manager
Why Play Ski-Manager?
Build Your Resort
Place slopes, lifts, restaurants and hotels on an interactive map. Design your dream ski resort from the ground up.
Manage Finances
Balance your budget, take out bank loans, earn revenue from lift tickets and services, and grow your financial empire.
Dynamic Weather
Adapt to real seasonal weather patterns. Manage snowmaking, grooming and energy to keep your resort running smoothly.
Hire & Manage Staff
Recruit ski instructors, lift operators, patrol and medical teams. Keep your team happy and your guests safe.
Compete & Win
Join tournaments, climb the global leaderboard, and earn achievements. Challenge other resorts and prove your management skills.
Grow & Expand
Unlock new technologies, expand your mountain, build an empire and attract thousands of tourists every season.
Get Started
How to Get Started
Create a Free Account
Register in seconds – no credit card or download needed. Your account is free forever.
Choose Your Mountain
Pick a location on the interactive map and customise your resort name. Your mountain, your rules.
Build Slopes & Lifts
Draw ski runs across the terrain, install chairlifts and gondolas, and open your resort to the first skiers.
Expand Your Facilities
Add restaurants, ski rental shops, hotels, medical stations and more to keep guests happy and spending.
Manage & Compete
Monitor your finances, run marketing campaigns, organise tournaments and climb the global leaderboard.
Community
Join the Community
Connect with other players, share tips, and stay up to date with the latest news.
Need a quick answer?
Frequently Asked Questions
Find the essentials about accounts, gameplay and how to get your first resort running.
Is Ski-Manager really free to play?
Yes, completely! Ski-Manager is 100% free to play with no mandatory purchases. Optional premium currency (Génépis) can be used to speed up certain actions, but the full game is accessible to everyone at no cost.
Do I need to download or install anything?
No download or installation is required. Ski-Manager runs entirely in your web browser on any device – desktop, tablet or mobile – so you can play whenever and wherever you like.
How do I start playing?
Click the "Sign Up" button to create a free account. Once registered, follow the in-game tutorial which walks you through setting up your first resort, building your first slope and opening for business.
Can I play in multiple languages?
Yes! Ski-Manager is available in English and French. You can switch language at any time using the language selector in the navigation bar.
How is my resort compared to other players?
Your resort is scored based on reputation, visitor numbers, revenue and tournament results. All scores are shown on the global leaderboard where you can see how your resort ranks against players from around the world.
Browse the latest fixes, features and quality-of-life improvements shipped to Ski-Manager.
v6C2 July 11, 2026 5 changes
- Converted FAQ and Changelog accordions on home page from Bootstrap to DaisyUI collapse components
- Converted guest skill distribution stacked Bootstrap progress bar to flex-based themed component
- Converted building page snow level and water level Bootstrap progress bars to DaisyUI progress components
- Fixed competitors page text-muted to opacity-60 for dark mode compatibility
- Fixed building page Bootstrap table-condensed to table-sm
v6C1 July 10, 2026 8 changes
- Converted remaining Bootstrap progress bars with inline text to DaisyUI <progress> elements on the Marketing campaign history, Sponsorship satisfaction, and Climate Change level pages. Text is now shown alongside the bar via flex layout.
- Converted town growth progress bar to DaisyUI <progress> element with the percentage displayed outside the bar using a flex layout.
- Updated visitor needs bar colour helper to return DaisyUI progress-* colour classes instead of Bootstrap bg-* classes. Visitor needs satisfaction bars and per-category score bars are fully theme-aware.
- Converted Bootstrap progress bars to native DaisyUI <progress> elements across government compliance, environment (eco reputation, carbon, noise, reforestation), lift network, guest AI scoring, lift tech, R&D, retail, and visitor needs pages. Bars now respect the active colour theme including dark mode.
- Fixed Marketing page dark mode: replaced large minified inline style block containing hardcoded hex colours with CSS-variable-based styles. Tables, cards, badges, and stat panels now adapt to the active theme.
- Fixed Competitors page dark mode: replaced hardcoded light-mode CSS (white backgrounds, #333 text, #1e3a8a headings) with CSS custom properties (--color-base-content, --color-primary, --color-base-200, etc.) so the page renders correctly in both light and dark themes.
- Fixed ski quiz progress bar: converted from Bootstrap width-style manipulation to native <progress> element; JavaScript now sets element.value instead of element.style.width.
- Fixed broken card HTML in building, staff overview, ski quiz, emergency/crisis, and reporting pages: a stray closing tag was immediately closing the card body before any content could render.
v6C0 April 9, 2026 10 changes
- Fixed beta access acceptance popup: the Accept & Enter Beta button was not working due to a server response issue. Clicking the button now correctly sets the beta access cookie and dismisses the popup.
- Fixed special events, tournaments, and competitors stats panels: replaced hardcoded hex colours with DaisyUI theme-aware text-primary, text-success, and text-muted classes
- Fixed Bootstrap grid classes in ski school, mountain plan, empire, genepis, contact form, chat, and slope pages — converted col-md-*/col-lg-* to Tailwind responsive col-span classes
- Fixed ski school and snow report alerts: removed alert-dismissible padding from alerts with no close button, eliminating extra empty space on the right
- Fixed reset password form: replaced unstyled form-group divs with mb-3 spacing so form fields are no longer cramped together
- Fixed blogs pagination: converted Bootstrap pagination/page-item/page-link pattern (unstyled) to DaisyUI join-based pagination buttons
- Fixed minigames per-game win rate colour: now uses DaisyUI semantic colour classes instead of inline hex colour values
- Fixed minigames stats panel: replaced hardcoded hex colours with theme-aware DaisyUI classes (text-primary, text-success, text-warning, text-error) so stats display correctly in both light and dark themes
- Converted daily bonus card Bootstrap flex utilities to native Tailwind flex classes
- Removed deprecated DaisyUI v4 input-bordered and select-bordered classes from lift, mountain cam, slope custom trail, night skiing, and trail snowmaking forms
v6B9 April 9, 2026 8 changes
- Form labels updated to use native DaisyUI label class across all game pages including login, signup, bank, insurance, season pass, retail, emergency, ski school, building access, snow report, and mountain plan forms. Removes Bootstrap form-label class dependency site-wide. badge-pill class also removed from admin stats where it was redundant (DaisyUI badges are already rounded).
- Quiz minigame answer options now use the DaisyUI label cursor-pointer pattern with label-text spans, replacing the Bootstrap form-check div wrapper. Radio inputs use radio-sm sizing for a cleaner appearance.
- Custom trail form (Cut Your Own Trail) updated to use DaisyUI v5 fieldset and fieldset-legend components for all form field groups (map drawing, trail name, slope type, difficulty, length, aspect). Replaces the DaisyUI v4 form-control + label.label + span.label-text pattern.
- Insurance plan selection updated to use the DaisyUI label/radio pattern. Radio buttons and their labels are now wrapped in a single clickable label element with proper label-text styling, replacing the old Bootstrap form-check div wrapper pattern.
- Language switcher dropdown converted from Bootstrap JS-driven dropdown (data-bs-toggle, dropdown-toggle) to a native DaisyUI CSS-only dropdown using tabindex focus. No JavaScript required. Removes a Bootstrap shim dependency.
- Fixed minigame card availability badges not displaying the correct colour. Cards were using bg-success and bg-neutral background utility classes instead of the proper badge-success and badge-neutral DaisyUI classes, causing incorrect or missing badge colours. JavaScript toggling logic updated to match.
- Fixed navbar dropdown menus for Buildings and Management (and any other 2-column menus) staying open after clicking a link or clicking elsewhere. The 2-column CSS used display:grid !important which was overriding the JavaScript close logic. Fixed closeAll() to also remove the sm-2col class so the CSS rule no longer applies when the menu should be hidden.
- Fixed achievement notification displaying the text "Achievement<br>claimed!" with a literal <br> tag instead of "Achievement claimed!". The toast function uses textContent rather than innerHTML, so HTML in the language string was being shown as plain text. Fixed in both English and French for production and CI4 beta.
v6B8 March 15, 2026 6 changes
- Resort page redesigned with a live stats dashboard showing star rating, open slopes, open lifts, and staff count. Slope and lift condition now shown as color-coded progress bars. Status indicators replaced with styled badges (Open, Closed, Maintenance, Out of Order, Under Construction). All remaining PNG icons replaced with FontAwesome. Building summary table now shows icons per building type.
- Staff overview now shows morale as a color-coded progress bar (green/yellow/red), specialization with a target badge, and traits with an accent badge.
- Staff skill levels now factor into all efficiency calculations. Higher-level staff perform meaningfully better at their jobs, including instructors, mechanics, and snowmakers.
- Staff contracts are now enforced nightly. Expired contracts auto-fire the staff member with a notification. Players receive a warning 3 days before any contract expires.
- The Loyal staff trait now provides +2 morale recovery per day. Snowmaker efficiency now scales snow cannon output — skilled snowmaking teams produce more snow per night.
- Staff specializations now have real in-game effects. Trainer instructors boost ski school revenue by up to 50%. Safety and Speed ski patrol reduce injury risk on assigned slopes. Precision and Tech mechanics provide stronger quality repairs on lifts and groomers.
v6B7 March 15, 2026 8 changes
- Added Easy Mode difficulty setting in account settings. Easy mode hides advanced navigation, skips crisis events, halves reputation penalties, and doubles starting cash for new resorts.
- Players can now create custom trails and draw them directly on the resort map. Each trail supports a unique name, type, difficulty, aspect, and length. Custom trails appear on your resort map and receive per-aspect snow coverage nightly.
- Fixed Error 1054 crash when creating a new resort. A missing database column (legacy_bonus_cash) prevented any new resort from being created.
- Fixed resort not resuming after returning from vacation/holiday mode. The Tourist Information Center is now explicitly closed on vacation entry and reopened on login, ensuring the nightly cron picks up the resort again immediately.
- Fixed Skip to Main Content link to only appear when navigating by keyboard, improving accessibility.
- Homepage features, how-to steps, and community sections improved with consistent section headings, coloured card accents, hover animations, and branded Discord/Facebook/Contact buttons.
- Homepage stats section redesigned with a dark banner, coloured icon circles, and animated count-up numbers when scrolled into view.
- Homepage hero section redesigned: side-by-side image and text layout on desktop, with Play Free and How to Play call-to-action buttons and feature badges.
v6B6 March 15, 2026 1 change
- Navbar dropdown menus now automatically switch to a 2-column layout when they would extend beyond the bottom of the screen, making all options reachable on any screen size.
v6B5 March 15, 2026 6 changes
- Fixed icon display issues on login, contact, help, snow report, ski school and products pages Fixed broken edit buttons on admin news and player management pages General icon and display consistency improvements across all pages
- Fixed resort name edit button not responding to clicks Fixed several page errors when loading resort, staff, equipment and slope management pages
- Fixed navbar dropdown menus not displaying correctly Fixed missing icons throughout navigation (snowmaking, webcam, upgrades, crowding, real estate, climate change, ski school, seasonal objectives, tournaments, guest skills) Replaced fire emoji with consistent icon on daily login bonus
- Improved home page layout: Stats, Features, How to Get Started, FAQ and Changelog sections now display correctly on all screen sizes
- Improved sidebar layout with cleaner stats display and progress indicators Refined online players panel with status badges
- Modernised icon set: migrated to Font Awesome 6 throughout the entire game Updated edit buttons across all management pages to use new icon style
v6B4-1044g February 27, 2026 1 change
- -Night Skiing Expansion Added torchlight run option Added night skiing photo package Configurable night photo pricing Improved night event flexibility -Mountain Cams Upgrade Added stream mode settings Added social media integration toggle -Scenic Lift Enhancements Added tour themes Added photography package option Added VIP gondola upgrade -Season Pass Improvements Early Bird pricing system Configurable early bird discount percentage -VIP Loyalty Expansion VIP airport transfer VIP après-ski lounge -Environmental System Expansion Water recycling upgrade Tree planting counter Eco tracking enhancements
v6B3-980h February 26, 2026 1 change
- -Added many new pages and refreshed existing ones -New features across multiple game areas -Various UI and gameplay improvements
v5 February 19, 2026 1 change
- -Updated PHP version from 7.1 to 8.5 -Updated CodeIgniter framework version -Performance and stability improvements
v4.5.1 January 30, 2026 1 change
- -bug fixes and improvements
v4.4 April 20, 2025 1 change
- -new images on home page -bug fixes and improvements
v4.3 April 20, 2025 1 change
- -ui improvements on home -updated icon set; more modern and better understandability -general bug fixes and improvements -fixed a bug where resort page would load in mobile view
v4.2 April 2, 2025 1 change
- -ui improvements on marketing page