-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
390 lines (377 loc) · 16.5 KB
/
index.html
File metadata and controls
390 lines (377 loc) · 16.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!DOCTYPE html>
<html lang="en">
<head>
<title>Offshore HOSTING | The Real Offshore Hosting List</title>
<link rel="icon" href="doxbin.png" />
<meta charset="utf-8">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'>
<link rel="stylesheet" href="./assets/index/css/boostrap.min.css">
<link rel="stylesheet" href="./assets/index/css/css.css">
<link rel="stylesheet" href="./assets/index/css/styles.min.css">
<link rel="stylesheet" href="./assets/index/css/font-awsome.min.css">
<link rel="stylesheet" href="./assets/index/css/jquery.dataTables.min.css">
<script src="./assets/js/jquery-3.3.1.js"></script>
<script src="./assets/js/jquery.dataTables.min.js"></script>
<script>
$(document).ready(function() {
var table = $('#example').DataTable( {
"lengthChange": false,
"paging": false,
"ordering": false,
"info": false,
language: {
searchPlaceholder: "Search records"
}
} );
$("#example tfoot th").each( function ( i ) {
var select = $('<select style="text-align: center; margin-top: 10px;"><option value="">Filter</option></select>')
.appendTo( $(this).empty() )
.on( 'change', function () {
var val = $(this).val();
table.column( i )
.search( val ? '^'+$(this).val()+'$' : val, true, false )
.draw();
} );
table.column( i ).data().unique().sort().each( function ( d, j ) {
select.append( '<option value="'+d+'">'+d+'</option>' )
} );
} );
} );
$("li a").on('click', function (e) {
$('body').load($(this).attr('href'));
e.preventDefault();
} );
</script>
<meta name="description" content="Offshore HOSTING | The Real Offshore Hosting List">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-10">
<div class="widget-box">
<!-- Fixed header section -->
<h1>OFFSHORE<span style="color:#dc3545;">HOSTING</span><br><span style="font-weight:200; color:white; font-size:16px;"> The Real Offshore Hosting List</span></h1>
<!-- Organized links section -->
<div style="margin: 20px 0; padding: 15px; background-color: rgba(0,0,0,0.1); border-radius: 5px;">
<h3 style="color: #dc3545; margin-bottom: 15px;">Related Resources:</h3>
<div style="display: grid; gap: 10px;">
<a href="https://bitcoin-vps.com/" style="text-decoration: none; color: #fff;">
→ Regularly updated list of Bitcoin-friendly VPS, dedicated server, VDS, VPN, email, and domain hosting providers.
</a>
<a href="https://crippled.media/free-speech-vps-providers-put-to-the-test" style="text-decoration: none; color: #fff;">
→ Free Speech VPS Provider Put To The Test
</a>
<a href="https://monerica.com/" style="text-decoration: none; color: #fff;">
→ Monerica: Reflects freedom ideals using Monero cryptocurrency for private transactions
</a>
<a href="https://kycnot.me" style="text-decoration: none; color: #fff;">
→ Find the best NON-KYC exchanges and services to use crypto anonymously
</a>
<a href="https://xmr.bar" style="text-decoration: none; color: #fff;">
→ Play dices using Monero - Privacy-respecting, registration-free and provably fair
</a>
<a href="https://xmr.directory" style="text-decoration: none; color: #fff;">
→ Find where you can pay for products using Monero
</a>
</div>
</div>
<!-- Clean navigation menu -->
<nav style="margin: 30px 0;">
<ul style="list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px;">
<li>
<a href="https://offshore-cat.github.io/Offshore.CAT/" style="text-decoration: none;">
<div class="icon activeicon">
<i class="fa fa-server" aria-hidden="true"></i>
<i class="fa fa-server" aria-hidden="true"></i>
</div>
<div data-section="#hostings" class="text activetxt">
<span data-text="HOSTING">SERVER</span>
</div>
</a>
</li>
<li>
<a href="domain" style="text-decoration: none;">
<div class="icon">
<i class="fa fa-search" aria-hidden="true"></i>
<i class="fa fa-search" aria-hidden="true"></i>
</div>
<div data-section="#domains" class="text">
<span data-text="REGISTAR">DOMAIN</span>
</div>
</a>
</li>
<li>
<a href="vpn" style="text-decoration: none;">
<div class="icon">
<i class="fa fa-user-secret" aria-hidden="true"></i>
<i class="fa fa-user-secret" aria-hidden="true"></i>
</div>
<div data-section="#vpn" class="text">
<span data-text="PROVIDER">VPN</span>
</div>
</a>
</li>
<li>
<a href="email" style="text-decoration: none;">
<div class="icon">
<i class="fa fa-envelope" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div data-section="#emails" class="text">
<span data-text="PROVIDER">EMAIL</span>
</div>
</a>
</li>
<li>
<a href="cdn" style="text-decoration: none;">
<div class="icon">
<i class="fa fa-shield" aria-hidden="true"></i>
<i class="fa fa-shield" aria-hidden="true"></i>
</div>
<div data-section="#cdn" class="text">
<span data-text="PROVIDER">CDN/WAF/DDOS</span>
</div>
</a>
</li>
<li>
<a href="cloud" style="text-decoration: none;">
<div class="icon activeicon">
<i class="fa fa-cloud" aria-hidden="true"></i>
<i class="fa fa-cloud" aria-hidden="true"></i>
</div>
<div class="text activetxt">
<span data-text="PROVIDER">STORAGE</span>
</div>
</a>
</li>
</ul>
</nav>
</div>
<br>
<div class="widget-box">
<span style="color:#dc3545;">egirls</span><span style="color:white;"> aren't real. stopped being tricked by feminine males.</span>
<table id="example" class="display" width="100%" cellspacing="0">
<thead>
<tr>
<th style="white-space: nowrap;">Name</th>
<th>Website link</th>
<th>Description</th>
<th>Company country</th>
<th>Log policy<span style="color:yellow;">*</span></th>
<th>DMCA</th>
<th>Owns Servers</th>
<th>Payment methods</th>
<th style="width:85px">Status</th>
<th>Last change</th>
</tr>
</thead>
<tfoot>
<tr>
<th style="white-space: nowrap;">Name</th>
<th>Website link</th>
<th>Description</th>
<th>Company country</th>
<th>Log policy<span style="color:yellow;">*</span></th>
<th>DMCA</th>
<th>Owns Servers</th>
<th>Payment methods</th>
<th style="width:85px">Status</th>
<th>Last change</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>VSYS</td>
<td><a href="https://vsys.host/">vsys.host</a></td>
<td>A #1 pick, top tier support & unbiased</td>
<td><img src="./assets/index/img/flags_img/ua.png" alt="Ukraine" width="40px"></td>
<td>Requires email confirmation</td>
<td>Ignored</td>
<td>Yes</td>
<td>Crypto, Wire Transfer, Credit Card, PayPal</td>
<td>⭐ Premium</td>
<td>2022-10-25</td>
</tr><tr>
<td>AlexHost</td>
<td><a href="https://alexhost.com/">alexhost.com</a></td>
<td>Used by the infamous Pompompurin</td>
<td><img src="./assets/index/img/flags_img/md.png" alt="Moldova" width="40px"></td>
<td>Requires email confirmation</td>
<td>Ignored</td>
<td>Yes</td>
<td>Crypto, Paypal, Visa, Mastercard & more</td>
<td>⭐ Premium</td>
<td>2022-10-25</td>
</tr><tr>
<td>Cockbox</td>
<td><a href="https://cockbox.org/">cockbox.org</a></td>
<td>Owned by Vincent Canfield, current administrator of 'cock.li' email service</td>
<td><img src="./assets/index/img/flags_img/sx.png" alt="Sint Maarten" width="40px"></td>
<td>Requires email confirmation</td>
<td>Ignored</td>
<td>Yes</td>
<td>Crypto</td>
<td>⭐ Premium</td>
<td>2022-10-25</td>
</tr>
<tr>
<td>VikHost</td>
<td><a href="https://vikhost.com/">vikhost.com</a></td>
<td>A real offshore hosting that doesn't ask too many questions</td>
<td><img src="./assets/index/img/flags_img/ua.png" alt="Ukraine" width="40px"></td>
<td>Requires email confirmation</td>
<td>Ignored</td>
<td>Yes</td>
<td>Crypto, Paypal, Visa & Mastercard</td>
<td>✔️ Verified</td>
<td>2022-10-25</td>
</tr>
<tr>
<td>Shinjiru</td>
<td><a href="https://www.shinjiru.com/">shinjiru.com</a></td>
<td>Helped protect The Tor Project in 2009, Doxbin certified</td>
<td><img src="./assets/index/img/flags_img/my.png" alt="Malaysia" width="40px"></td>
<td>Requires email confirmation</td>
<td>Ignored</td>
<td>Yes</td>
<td>Crypto, Paypal & Credit Card</td>
<td>⭐ Premium</td>
<td>2022-10-26</td>
</tr><tr>
<td>PanamaServer</td>
<td><a href="https://www.panamaserver.com/">panamaserver.com</a></td>
<td>Great owner who helped a friend out of a difficult hosting situation</td>
<td><img src="./assets/index/img/flags_img/pa.png" alt="Panama" width="40px"></td>
<td>Requires email confirmation</td>
<td>Ignored</td>
<td>Yes</td>
<td>Crypto, Paypal, Visa & Mastercard</td>
<td>✔️ Verified</td>
<td>2022-10-25</td>
</tr>
<tr>
<td>PrivateAlps</td>
<td><a href="https://privatealps.net/">privatealps.net</a></td>
<td>Your one and only destination for true offshore hosting services, powered by an ethical team of professionals</td>
<td><img src="./assets/index/img/flags_img/ch.png" alt="Switzerland" width="40px"></td>
<td>Requires email confirmation</td>
<td>Ignored</td>
<td>No</td>
<td>Crypto</td>
<td>✔️ Verified</td>
<td>2022-10-25</td>
</tr><tr>
<td>1984.hosting</td>
<td><a href="https://1984.hosting">1984.hosting</a></td>
<td>They are quite serious about civil liberties and privacy. They only seem respond to valid Icelandic court orders and basically ignore anything else. They've seemingly warned customers who have had authorities inquire about them in the past. One of the founders, and operators, is a member of the Icelandic Modern Media Institute. There is a solid chance they would be willing to go to court if it is a matter of free speech.</td>
<td><img src="./assets/index/img/flags_img/is.png" alt="Iceland" width="40px"></td>
<td>Requires email confirmation</td>
<td>Ignored</td>
<td>Yes</td>
<td>Crypto, Wire Transfer, Credit Card, PayPal</td>
<td>⭐ Premium</td>
<td>2023-06-08</td>
</tr><tr>
<td>Xuid.ru</td>
<td><a href="https://xuid.ru/">xuid.ru</a></td>
<td>Known to be offshore and very good.</td>
<td><img src="./assets/index/img/flags_img/ru.png" alt="Russia" width="40px"></td>
<td>Requires email confirmation</td>
<td>Ignored</td>
<td>Yes</td>
<td>Crypto, Wire Transfer, Credit Card, PayPal</td>
<td>⭐ Premium</td>
<td>2023-06-29</td>
</tr><tr>
<td>Flokinet</td>
<td><a href="https://flokinet.is">flokinet.is</a></td>
<td>Used by the infamous Pompompurin</td>
<td><img src="./assets/index/img/flags_img/is.png" alt="Iceland" width="40px"></td>
<td>Requires email confirmation</td>
<td>Ignored</td>
<td>Yes</td>
<td>Crypto, Wire Transfer, Credit Card, PayPal</td>
<td>⭐ Premium</td>
<td>2023-07-15</td>
</tr><tr>
<td>DMZHost</td>
<td><a href="https://dmzhost.co/vps.html">dmzhost.co</a></td>
<td>DMZHOST brand offers affordable and reliable Private Servers with exceptionally generous resources.</td>
<td><img src="./assets/index/img/flags_img/unknown.png" alt="Unknown" width="40px"></td>
<td>Requires email confirmation</td>
<td>Ignored</td>
<td>Yes</td>
<td>Crypto, Wire Transfer, Credit Card, PayPal</td>
<td>✔️ Verified</td>
<td>2023-07-26</td>
</tr><tr>
<td>AnonRDP</td>
<td><a href="https://anonrdp.com/">anonrdp.com</a></td>
<td>Limitless anonymous hosting at affordable prices</td>
<td><img src="./assets/index/img/flags_img/unknown.png" alt="Unknown" width="40px"></td>
<td>Requires email confirmation</td>
<td>Ignored</td>
<td>Yes</td>
<td>Crypto</td>
<td>✔️ Verified</td>
<td>2024-02-09</td>
</tr><tr>
<td>Privex</td>
<td><a href="https://www.privex.io/?r=privacytools">privex.io</a></td>
<td>They are a server host that cares about your privacy. Easy sign-up, and they accept cryptocurrency such as Litecoin, Monero, Dogecoin, Hive, and Bitcoin for their services.</td>
<td><img src="./assets/index/img/flags_img/unknown.png" alt="Unknown" width="40px"></td>
<td>Requires email confirmation</td>
<td>Not Ignored</td>
<td>Yes</td>
<td>Crypto</td>
<td>⭐ Premium</td>
<td>2025-08-24</td>
</tr><tr>
<td>Bahnhof</td>
<td><a href="https://bahnhof.cloud/en/vps/">bahnhof.cloud</a></td>
<td>Bahnhof offers Sweden's sharpest cloud platform – secure, scalable, and cost-effective. High performance without lock-in, with personal support.</td>
<td><img src="./assets/index/img/flags_img/unknown.png" alt="Unknown" width="40px"></td>
<td>Requires email confirmation</td>
<td>Not Ignored</td>
<td>Yes</td>
<td>Crypto</td>
<td>⭐ Premium</td>
<td>2025-08-24</td>
</tbody>
</table>
</div>
</div>
<div class="col-sm-2">
<img src="doxbin.png" width="100%">
<br><br>
<p class="widget-box-title"><span style="color:#DC3545;"><u>About</u></span></p>
<div class="widget-box-content" style="margin-top:6px;">
<p class="paragraph">Offshore HOSTING is a compiled list of the real & genuine, along with the bad & garbage offshore services that we have either used/have had experience with in the past.<br>
We publish these reports because I'm tired of getting asked what hosting they should use.<br>
Offshore HOSTING is not affiliated with any of the listed websites, our website takes zero responsibility from illegal or unethical usage.<br>
All informations are exposed as-is and might be not up to date if something recently changed.
<br>
</p>
<div class="information-line-list">
<div class="information-line">
<p class="information-line-title">Updated</p>
<p class="information-line-text">
2025-08-24 </p>
</div>
<div class="information-line">
<p class="information-line-title">Total sites</p>
<p class="information-line-text">
15 </p>
</div>
<div class="information-line" style="display: unset;">
<p class="information-line-title" style="width: unset;">Legenda</p>
<p class="information-line-text">
⭐ <b>Premium</b> - Premium trusted service.<br>
✔️ <b>Verified</b> - Checked service, trusted.<br>
💰 <b>Capitalist</b> - Only cares for money, doesn't care for legal rights<br>
❓ <b>Unverified</b> - We have not used or tested.<br>
❌ <b>Trash</b> - Shit services, do not deal with.<br>
<br><br>
</p>
</body>
</html>