SporeStack

API-driven VPS hosting for Monero, Bitcoin, and Bitcoin Cash

Main
Pricing
Affiliate
About
Contact
FAQ
API

Launching a server on SporeStack takes 3 simple steps

First, get a token

Write your token down, keep it, do not share it, and do not lose it!
Payment Token
Referral URL
Funds
$0.00
Servers
0
Burn Rate
$0.00
Days Remaining
0

Second, make a deposit

Currency
Amount in USD ($)



Now, launch a server!

Server Size
Region
Operating System
SSH public key
Autorenew
Days to live (Can be renewed.)
Hostname

Already built a server that wasn't linked to this token?

Invoices

Loading...

Support

Only works if your token already has been funded. (Email support at sporestack d-o-t com if not.) (Will refresh with new messages after you send a message during this page load.)

Messages

Loading...

Send a Message

Acceptable Use Policy

Predominantly, SporeStack launches servers on VPS providers such as Digital Ocean. As such, your actions and use of the server must conform to their policies.

Generally speaking, this means no:

Any one of these actions that results in an abuse complaint to Digital Ocean will typically result in the termination of your server(s).

We reserve the right to ban tokens involved with these actions, which means there will be no refund on remaining token balance for these behaviors.

For more details, please see Digital Ocean's Acceptable Use Policy.

Privacy Policy / Privacy Guide

Regardless of what we write in our privacy policy, if you wish to remain private, the safest option is to provide fewer details. What you don't provide can't be leaked in one way or the other. We can't guarantee privacy, but we make it easier to stay private than some hosts.

Consider the following if you want to be more private:

While we can claim that this is generally a privacy oriented service, we may not always have the resources to fight legal requests in court, and often must comply with law enforcement. So please keep this in mind. These aren't servers in a bunker, in Greenland, guarded by mercenaries.

If you are law enforcement or you are curious about what we can offer to law enforcement, please check out our Law Enforcement FAQ.

Try SporeStack in your terminal

$ ssh-keygen # If you don't have an SSH key already.
# pip is the Python package manager. Make sure you are using Python 3.8 or newer.
$ python3 -m pip install 'sporestack[cli]'

# First, create a token, pay with BTC, BCH, or XMR
$ sporestack token create --dollars 20 --currency xmr

# Or, you can also import an existing token
$ sporestack token import --key (token)

# Now, launch a server
$ sporestack launch SomeHostname --days 1 --operating-system debian-12 --ssh-key-file ~/.ssh/id_rsa.pub

Libraries