# **[Anonymousland](https://anonymousland.org)** v1.10
SERVICES OFFLINE.
VPS PROVIDER DELETED ENTIRE VPS WITHOUT NOTICE.
Our VPS provider- 1984 deleted the entire VPS without notice.
All data regarding **ALL** of our services is gone.
Only the Git mirrors remain.
> Hosing publicly usable services which provides benefits to anonymity are a great way to help the community. Unfortunately, these become difficult to manage & maintain. Many services including our Tor node and Matrix server were prone to being abused. To effectively combat abuse, this would require us to use privacy-invasive measures. Our hosting provider - 1984, the host we used for everything, decided to delete the entire VPS without notice. We received no emails or alerts on such actions. There could be a number of reasons for this - primarily being abuse. Our Tor exit node hosted on Njalla was shutdown after malicious user(s) conducted several brute-force attacks. Njalla has become ridiculously expensive to operate with, providing no real upgrades, and you are limited to a small amount of storage. While hosting services is great, it's even more difficult to do such with little to no donations, and a wide variety of malicious actors conducting abuse on such services. Services may be available in the future, but for now we best stick with this website, and this website only.
> Anonymity, Privacy, Security
[](https://anonymousland.org)








[](https://anonymousland.org/donate)
[Changelog](https://anonymousland.org/changelog)
## Mirrors
Here are the place where you can view and contribute to our repositories:
- [Main (Self-hosted Gitea)](https://git.anonymousland.org/anonymousland/anonymousland)
- [GitHub mirror](https://github.com/anonyland/anonymousland)
- [Codeberg mirror](https://codeberg.org/anonymousland/anonymousland)
*All of the mirrors are both read and write and you can contribute on either place.*
## Contributing
**Thank you very much for reading this.** Contributions are very welcome, to contribute, just fork the repository, do the changes and open a pull request.
You can contribute either on our own [Git](https://git.anonymousland.org/anonymousland/anonymousland) or on any other mirror listed above.
If you do not know where to start, take a look at the [issues](https://git.anonymousland.org/anonymousland/anonymousland/issues) for this repository, you can also take a look at our *site-wide* [issues list](https://git.anonymousland.org/anonymousland/main).
## Donations
Running these services and properly maintaining them takes time and money. *We would be extremely grateful to get donations*, we only ask for 5$, that's all.
To donate, you can visit our [donation page](https://anonymousland.org/donate), contribute directly to our [Monero](https://www.getmonero.org/) wallet or by scanning the folowing QR Code:
| |
|:--------------:|
| **Monero (XMR)** |
_Monero wallet address:_ `47teQv7uWPv9EALRDv9je6ckC83UYJiisHpmhNKHyPPTXinPJNRtvW8PcpEoLxex9ierqWvD89v9mVyGf77uLtS3RnGUk8K`
## Building
To build this Jekyll website you can use the following commands:
```
bundle install
jekyll build
```
Building with docker:
Ensure `docker` is installed, then execute `docker-build.sh`
**Make sure to be at the root of the repository.**
The built site files ready to host will be located at the `_site` directory.
## Hosting
To host this site, we use nginx, you can check our config at our [infrastructure repository](https://git.anonymousland.org/anonymousland/infrastructure). But this should do:
```
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
gzip on;
server_name exampledomain.com;
location / {
root /config/www;
index index.html;
try_files $uri $uri.html $uri/ =404;
}
}
```
## License

All content produced by us is licensed under *public domain* using the [CC0 license](https://creativecommons.org/share-your-work/public-domain/cc0/).
## Contact
Click [here](https://matrix.to/#/#lounge:anonymousland.org) to join our main Matrix *chatroom* and [here](https://matrix.to/#/#anonymousland:anonymousland.org) to join our Matrix *space.*