Webhosting

Domain, website & e-mail

Get started for US$0.49/mo.
US$0.49/mo. first year. Renewal: US$3.99/mo.

.us

Register: US$12.00

Renew: US$14.40/year

.com

Register: US$2.02

Renew: US$19.80/year

.eu

Register: US$6.00

Renew: US$15.60/year

.org

Register: US$16.80

Renew: US$21.60/year

Make it
easy

Meet Peter and Thomas, the founders of myselfie.
1 out of 500.000+ hosted solutions at Simply.com
200.000+
happy customers
MySelfie people
Created for WordPress

Built for WordPress

A few clicks of the mouse and you are up and running on WordPress. Read more

Professionel mail

Personal
e-mail

Get all the e-mail addresses you want with your own domain. Read more

Free SSL

Free SSL protection

Protect your visitors with Let's Encrypt. Read more

Created by geeks

99.99%
up-time and daily backup
PHP OPcache
With OPcache for PHP the server puts rocket-speed on your website - automatically.
SSH to your web space
Run commands on your web space - exactly as if you had your own server.
Connect with AI assistant
Automate your hosting via our REST API, or give your AI assistant direct access via MCP. Use Claude or ChatGPT to manage webhosting, domains and DNS in natural language.
World-class self-service
A control panel that gives you control – manage PHP version, MySQL databases and much more.
<?php declare(strict_types=1); $config = parse_ini_file('config.ini'); $db = new PDO($config['dsn']); $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); function sanitize(string $input): string { return htmlspecialchars( trim($input), ENT_QUOTES, 'UTF-8' ); } function fetchUsers(PDO $db): array { $sql = 'SELECT id, name, email, status, created_at FROM users WHERE deleted_at IS NULL ORDER BY created_at DESC'; return $db->query($sql) ->fetchAll(PDO::FETCH_ASSOC); } $users = fetchUsers($db); $active = array_filter($users, fn($u) => $u['status'] === 'active' ); $grouped = []; foreach ($active as $user) { $month = date('Y-m', strtotime($user['created_at']) ); $grouped[$month][] = $user; } foreach ($active as $user) { $name = sanitize($user['name']); $email = filter_var( $user['email'], FILTER_VALIDATE_EMAIL ); if (!$email) continue; $token = bin2hex(random_bytes(16)); $hash = password_hash( $token, PASSWORD_ARGON2ID ); $stmt = $db->prepare( 'UPDATE users SET token = ? WHERE id = ?' ); $stmt->execute([$hash, $user['id']]); $headers = implode("\r\n", [ 'From: noreply@example.com', 'Content-Type: text/html', 'X-Mailer: PHP/' . phpversion(), ]); mail($email, 'Welcome', "<h1>Hi {$name}</h1>", $headers ); } $stats = [ 'total' => count($users), 'active' => count($active), 'months' => count($grouped), 'memory' => memory_get_peak_usage(), 'time' => microtime(true), ]; header('Content-Type: application/json'); header('Cache-Control: no-store'); echo json_encode($stats, JSON_PRETTY_PRINT );
CPU 15%
Memory 8%
Status Online
PHP 8.5
Disk 4.2 / 10 GB
SSL Active
Uptime 99.99%
Requests
3,454
12.5%
Gasoline Grill
Nørrebro Bryghus
OrganicBasics
Vuffeli
Barons
MySelfie
Tim Holmvard - Mr Awesome
Tim Holmvard
Support Manager
Average response time of only 50m
Packages for everyone

Get your
web space now

Basic Suite
For the simple needs
US$0.59/mo
first year
US$8.94/mo
at renewal
  • 10 GB server space
  • 2 GB space per mail account
  • 512 MB RAM
  • Associate all the domains you want
  • Free and unlimited traffic
  • PHP or ASP.NET/.NET Core
  • Let's Encrypt SSL
  • WordPress tools
  • Quick help via support form/ticket
Standard Suite
For most needs
US$0.64/mo
first year
US$16.74/mo
at renewal
  • 20 GB server space
  • 8 GB space per mail account
  • 1024 MB RAM
  • Associate all the domains you want
  • Free and unlimited traffic
  • PHP or ASP.NET/.NET Core
  • Let's Encrypt SSL
  • WordPress tools
  • Quick help via support form/ticket
Pro Suite
For webshops and large websites
US$3.60/mo
first year
US$25.20/mo
at renewal
  • 100 GB server space
  • 16 GB space per mail account
  • 1536 MB RAM
  • Associate all the domains you want
  • Free and unlimited traffic
  • PHP or ASP.NET/.NET Core
  • Let's Encrypt SSL
  • WordPress tools
  • Quick help via support form/ticket
  • Phone support included

Go for it. We'll help you.

Shall we getstarted?

Frequently Asked Questions

A webhosting plan is the space on a server where a website’s files, images and data reside, so the site can be viewed on the internet. At Simply.com, email on your own domain, a database and free SSL are included, so everything for a website is gathered in one place.

Yes. With the Website Designer a beautiful website is built easily via drag-and-drop, completely without coding. Choose a ready-made template, customise text, images and colours, and the site is ready to go online. The Website Designer is included in the hosting packages.

Yes. WordPress can be installed with one click directly from the control panel, and the web hosting plans are optimised for WordPress, including automatic patching of known security holes. Both the website builder and WordPress are included in the hosting packages.

Search for the desired domain name, choose the appropriate extension such as .dk, .com or .eu, and complete the order. The domain is usually active within a few minutes and can be linked directly to a webhosting plan at Simply.com.

Support is provided by a local, experienced team via a support form and ticket, and phone support is included on the larger packages. In addition, there is an extensive collection of guides and tutorials in the help centre.

Yes. All webhosting plans run on fast SSD servers with modern PHP, free Let’s Encrypt SSL and automatic patching of known security vulnerabilities. All data is processed and stored in the EU with 24‑hour monitoring.

Simply.com has provided hosting since 2004 and is among the most recommended with 5 stars on Trustpilot. The combination of stable operation, fast local support and everything included in the packages makes it easy to get online and stay there.