WireGuard VPS

This plan is a kind of one-click VPS feature at Somagu. Using this plan you can create your own WireGuard Server immediately when its all configuration is completed automatically.

How to create

  1. Sign in or up Somagu service.
  2. Click ‘VPS’ menu at left top side at Dashboard. Then click ‘Create VPS’ section.
  3. Under ‘Application VPS’, click ‘WireGuard Server’.
  4. It’s done!

How to access

When ‘WireGuard VPS’ is being created, it automatically sets up everthing to access your server. When it’s completed, you can find the connection information at “Application” section at your VPS configuration menu.

How to change

Warning

If you change your configuration manually, Somagu UI doesn’t know its changes. So the information could be mismatched.

Configuration

WireGuard Server’s configuration files are under /etc/wireguard/ directory. The main configuration file is wg0.conf file.

Start/Stop

Your WireGuard server is controlled by systemd. So please use systemctl command to start / stop your server.

# systemctl start wg-quick@wg0
# systemctl stop wg-quick@wg0