All systems operationalNORWEGIAN SUPPORT · EU DATA CENTRES · SANDNES, NO
// AI-READY HOSTING

Build the site with AI. We host it.

Web hosting with SSH. Connect Claude Code, Codex or another agent in a few minutes and let it work directly on your website. Daily automatic backups and Norwegian support.

SSH on Pro and BusinessDaily automatic backupsWordPress and PHPNorwegian support
A terminal connects to the web hosting with an SSH key, and the server delivers the website.$ ssh minside
// CONNECT

Three steps and the agent is working.

You do the setup once. After that you just ask the agent to connect.

  1. 01

    Order web hosting

    Choose Pro or Business. SSH is included on both.

  2. 02

    Enable SSH and add your key in the control panel

    Create an SSH key on your machine, paste the public part into the control panel, and enable SSH for the website.

  3. 03

    Tell the agent where to connect

    Add the host to ~/.ssh/config and ask the agent to use it.

On your machine
ssh-keygen -t ed25519

# ~/.ssh/config
Host mysite
  HostName <host from the control panel>
  User <username from the control panel>

The host and username are shown in the control panel under your website.

Example prompt for the agent

Connect to `ssh mysite`, find out why the contact form is not sending email, and fix it.

// WHAT THE AGENT CAN DO

The same as a developer with SSH.

The agent runs on your machine and uses the SSH connection as a tool.

Edit files

Read and change themes, plugins and configuration directly on the server.

Run WP-CLI

Update plugins, clear caches and change settings with wp commands.

Read error logs

Find PHP errors and 500 errors where they actually appear.

Pull code with git

git pull from your repository, so the server runs what is checked in.

Dump the database

mysqldump before every change, so you can roll back.

// SAFETY

Access you stay in control of.

  • Own system user

    Every website has its own system user on the server.

  • Key-based login

    You log in with an SSH key, and access can be removed at any time.

  • Daily backups

    Daily automatic backups of files and database.

  • You approve

    The agent proposes. You decide what goes live.

Recommended workflow

  1. The code lives in git.
  2. The agent works locally and in the repository.
  3. On the server, deploy with git pull.
  4. Take a database dump before changes.
// TOOLS

Anything that can run commands in a terminal.

The agent runs on your side. We only see an ordinary SSH connection.

  • Claude Code
  • OpenAI Codex CLI
  • Cursor
  • VS Code Remote-SSH
  • Gemini CLI
  • Aider
// PLANS WITH SSH

SSH is included on Pro and Business.

The same web hosting as on the plan overview. Starter does not include SSH.

Pro
kr 119/month
billed yearly, ex. VAT
  • 5 websites
  • 100 GB NVMe storage
  • 25 email accounts
  • SSH access
  • Daily automatic backups
  • Norwegian support
Business
kr 199/month
billed yearly, ex. VAT
  • Unlimited websites
  • 250 GB NVMe storage
  • 100 email accounts
  • SSH access
  • Daily and manual backups, restore yourself
  • Priority support
// QUESTIONS

Common questions

Do I need to know how to code?

No. You describe what you want done, and the agent writes the code. It helps to understand what it proposes, and you should always read through before anything goes live.

Can the AI break my site?

It can make mistakes, like a developer can. That is why we recommend git and a database dump before changes, and we take daily automatic backups. If you need help rolling back, write to support@skarya.tech.

Does it work with WordPress?

Yes. WordPress is PHP files and a MariaDB database, and both are available over SSH. With WP-CLI the agent can update plugins and change settings from the terminal.

Does SSH cost extra?

No. SSH is included on Pro and Business. Starter does not include SSH.

Is the agent installed on the server?

No. The agent runs on your machine and connects via SSH. On the server we only see an ordinary SSH session from your user.

Ready when you are

Pick a plan and let the agent do the rest.

Pro or Business gives you SSH from day one. If you have questions first, we answer at support@skarya.tech.