Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
stallion [2021/04/25 13:02] cubebuilder |
stallion [2021/06/16 12:57] (current) cubebuilder [How do I activate my AnyCast IP?] |
||
---|---|---|---|
Line 3: | Line 3: | ||
====What is Stallion? ==== | ====What is Stallion? ==== | ||
- | Stallion is a control panel for managing your KVM Slices and storage | + | Stallion is a control panel for managing your KVM Slices and storage |
Stallion lets you manage your KVM Slices and storage slabs very easily. | Stallion lets you manage your KVM Slices and storage slabs very easily. | ||
+ | |||
+ | You can access Stallion here: [[https:// | ||
==== I just bought a VPS and it has been provisioned, | ==== I just bought a VPS and it has been provisioned, | ||
Line 15: | Line 17: | ||
- | ==== How do I install | + | ==== How do I install |
Once you have logged into Stallion click on your VPS which should be on the first page of the Stallion when you log in. | Once you have logged into Stallion click on your VPS which should be on the first page of the Stallion when you log in. | ||
{{: | {{: | ||
Line 25: | Line 27: | ||
Select the template, type in a password for the root (for linux) or Administrator (for windows server) user and in seconds your VPS will automatically be installed! | Select the template, type in a password for the root (for linux) or Administrator (for windows server) user and in seconds your VPS will automatically be installed! | ||
- | If you installed a Linux distro use a SSH client like Putty or MobaXterm and login with your IP address, SSH port (default port should be port 22), put the username as " | + | If you installed a Linux distro, use a SSH client like Putty or MobaXterm and login with your IP address, SSH port (default port should be port 22), put the username as " |
- | If you installed Windows you need to use a RDP Client, Windows provides a RDP Client by default called " | + | If you installed Windows, you need to use a RDP Client |
After that your operating system will be ready to be used! | After that your operating system will be ready to be used! | ||
+ | ==== SSH Clients we recommend ==== | ||
+ | ^ Name ^ Operating System | ||
+ | | [[https:// | ||
+ | | OpenSSH| Works on Windows 10, Linux and macOS. Should be installed by default on any of these operating systems. | | ||
+ | |[[https:// | ||
+ | |[[https:// | ||
+ | ==== RDP Clients we recommend ==== | ||
+ | ^ Name ^ Operating System | ||
+ | | Remote Desktop Connection | Pre-installed on Windows.| | ||
+ | | Microsoft Remote Desktop | Works on Windows 10, macOS and iOS and Android. | | ||
+ | | [[https:// | ||
+ | |||
+ | |||
+ | ==== How do I attach my Storage Slab to my KVM Slice? ==== | ||
+ | Go to the " | ||
+ | |||
+ | After your slab is attached to your KVM slice, please read this [[slab|guide]] on how to setup your storage slab on both Linux and Windows. | ||
+ | |||
+ | ==== How do I enable my DDoS Protected IP on the Stallion? ==== | ||
+ | - Go to Stallion, select the server in question and click " | ||
+ | - Activate the DDoS Protected IP and turn off the non-protected IP if needed; | ||
+ | - Click on the dropdown where it says "Main IP Address", | ||
+ | - Reboot your VPS or restart its' networking; | ||
+ | - Run '' | ||
+ | ==== How do I set a Reverse DNS for my IP Address? ==== | ||
+ | - Go to the " | ||
+ | - Click on where it says "not set" on the reverse DNS area on your IP and enter your desired reverse DNS, or click on the gear and click "Edit Reverse DNS"; | ||
+ | |||
+ | ==== How do I use the DDoS Protection firewall? ==== | ||
+ | We provide a firewall for DDoS Protected IPs [[ddos|read here for more information]]. | ||
+ | |||
+ | To access it: | ||
+ | - Go to the " | ||
+ | - Click on the gear where your "DDoS Protected IP" is; | ||
+ | - Click on " | ||
+ | |||
+ | If you would like to block all ports and keep ones you need open then do the following: | ||
+ | - Click "Add Rule"; | ||
+ | - Select the protocol to "ALL (All Protocols)"; | ||
+ | - Select the action to " | ||
+ | - Add a description if you like and click " | ||
+ | - Then open any ports you need (for example SSH); | ||
+ | - To do this click "Add Rule"; | ||
+ | - Select the Protocol as " | ||
+ | - Leave the source port as " | ||
+ | - In destination port put your SSH port (ex: 22); | ||
+ | - Add a description if you like and click " | ||
+ | |||
+ | //Note: Firewall rules can take up to **5 minutes to apply**.// | ||
+ | |||
+ | ==== How do I add application filters? ==== | ||
+ | We provide application filters that are created by Path.net. For more information on these filters please read the [[ddos|DDoS Protection]] section. | ||
+ | |||
+ | To access it: | ||
+ | - Go to the networking section on the Stallion; | ||
+ | - Click on the gear where your "DDoS Protected IP" is; | ||
+ | - Click on " | ||
+ | - Click on " | ||
+ | - Add Application Filter. | ||
+ | - Select the Application filter you want to use. | ||
+ | |||
+ | ==== Does Stallion have an API? ==== | ||
+ | Stallion has a **very basic API** at the moment that lets you start, shutdown and reboot the VPS and some other basic features. | ||
+ | |||
+ | You can read the guide on how to use it here: [[clientapi|Client API]] | ||
+ | |||
+ | ==== How do I activate my AnyCast IP? ==== | ||
+ | To activate your AnyCast IP you **must** have a VPS in all of our locations (Las Vegas, New York, Miami and Luxembourg). Read the [[anycast_vps|Anycast]] page for more information. | ||
+ | |||
+ | - To activate AnyCast click on the " | ||
+ | - Click " | ||
+ | - On each applicable VM, go to Networking tab, ensure Anycast IP is "on`, hit "Save Changes" | ||
+ | - On each applicable VM, bind regular IP to eth0, Anycast to eth0:0 with only Address and Netmask fields | ||
+ | Sample / | ||
+ | |||
+ | root # cat / | ||
+ | < | ||
+ | auto lo | ||
+ | iface lo inet loopback | ||
+ | | ||
+ | auto eth0 | ||
+ | allow-hotplug eth0 | ||
+ | iface eth0 inet static | ||
+ | address | ||
+ | network | ||
+ | gateway | ||
+ | broadcast | ||
+ | netmask | ||
+ | |||
+ | | ||
+ | auto eth0:v6 | ||
+ | allow-hotplug eth0:v6 | ||
+ | iface eth0:v6 inet6 static | ||
+ | address | ||
+ | gateway | ||
+ | netmask | ||
+ | | ||
+ | | ||
+ | auto eth0: | ||
+ | allow-hotplug eth0: | ||
+ | iface eth0: | ||
+ | address | ||
+ | netmask | ||
+ | </ | ||
+ | | ||
+ | |||
+ | * Standard naming practice is eth0, eth0:0, eth0:1, etc. I use eth0: | ||
+ | |||
+ | ====How do I use BGP Sessions on the Stallion? | ||
+ | We offer BGP Sessions for free. You need to create a ticket to have your Autonomous System Number (ASN) approved in order to use BGP Sessions. | ||
+ | |||
+ | [still work in progress] | ||
+ | |||
+ | ====How do I backup my VPS?==== | ||
+ | BuyVM offers automatic scheduled | ||
+ | |||
+ | Backups are good incase your VPS has a issue, Hardware issue, disk failures or a incident at the datacenter. | ||
+ | |||
+ | Backups are **soon** to be stored at a off-site location in Dallas. | ||
+ | |||
+ | To access backups go to the Stallion, click on your VPS and go to the " | ||
+ | |||
+ | If you want to restore from a scheduled backup click on the " | ||
+ | |||
+ | |||
+ | We also have a " | ||
+ | |||
+ | ====How do I use or create a snapshot? | ||
+ | |||
+ | Snapshots are a way to "roll back" your VM when testing or installing software and something goes wrong. | ||
+ | |||
+ | We provide **5 free snapshots**. Please note that this is not like backups, if you want an automated backup system then please read: [[http:// | ||
+ | |||
+ | If you're going to install or update anything it's best to take a snapshot in case something goes wrong and you lose your data. | ||
+ | |||
+ | To create a snapshot | ||
+ | - Go to the Stallion | ||
+ | - Go to your VM | ||
+ | - Click " | ||
+ | - Click " | ||
+ | After that a snapshot will be created and show up on the list and you can roll back to it whenever you want. | ||
+ | |||
+ | ====How can I upload my own ISO to the Stallion and install it on my VPS?==== | ||
+ | If an OS you want isn't on the Templates section you are able to upload your own ISO's. | ||
+ | |||
+ | To do this: | ||
+ | - Go to Stallion | ||
+ | - Go to your VM | ||
+ | - Click on the " | ||
+ | - Click " | ||
+ | - Put the direct link of ISO you want to upload (ex: example.com/ | ||
+ | - Click Upload. | ||
+ | - Once the ISO is uploaded it will show up on the " | ||
+ | - Click on "Mount ISO" on the ISO you want to mount to your VM. | ||
+ | - Now go to the " | ||
+ | - Click on "Boot Order" and click on "(1) CDROM (2) Hard disk" and click "Save Changes" | ||
+ | - Power off and power on your VM. | ||
+ | - Since you will not have SSH or RDP access, you will need to access the VM using the VNC Option. You can either choose the "Web Based Console" | ||
+ | - After you installed the operating system from the ISO image head over to " | ||
+ | - Head over to Settings tab, go to the KVM settings and change the boot order from "(1) CDROM (2) Hard disk" back to "(1) Hard Disk (2) CDROM" so your VM doesn' | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |