0
Note: Due to high order volume, processing times are currently longer. Current shipping statistics are available in the main menu on the left.
Shop with us
as if we were in Switzerland!

As a Swiss customer, you will find a large selection of professionally refurbished used servers and IT hardware at competitive prices in our online shop. You also benefit from numerous advantages when ordering from Switzerland. From ordering, importing and delivery to payment and returns, we offer a customer-friendly and straightforward service.

All prices in CHF

In our shop you see the price in swiss francs right away.

No more currency conversions.

Swiss Post delivery

Your order is delivered quickly and reliably by Swiss Post.

This eliminates the inconvenience of parcel services.

Invoice with Swiss VAT

You will receive an invoice with Swiss VAT.

This means no import sales tax.

No import costs

We take care of the entire process of importing the goods to Switzerland.

There are no additional costs for you.

Payment to Swiss bank account

Pay your invoice securely and conveniently in CHF to our swiss bank account or via TWINT.

Easy returns

A return address in Switzerland makes it simple to return goods.

Any
questions?

Our customer service team will be happy to assist you with any questions about shipping & delivery to Switzerland. Just contact us via live chat, email, phone or our ticket system.

document.addEventListener('DOMContentLoaded', function() { let subform = document.getElementById('custom-sib-form'); subform.addEventListener('submit', function (event) { event.preventDefault(); var form = event.target; var formData = new FormData(form); fetch(form.action, { method: form.method, body: new URLSearchParams(formData).toString(), headers: { 'Content-Type': 'application/x-www-form-urlencoded' } }) .then(data => { document.getElementById('form-response').style.display = 'block'; form.querySelector('button[type="submit"]').disabled = true; form.querySelector('button[type="submit"]').style.opacity = 0.8; document.getElementById('form-response').style.color = '#17ca17'; document.getElementById('form-response').innerText = "You have successfully subscribed to the newsletter"; }) .catch(error => { console.log(error) }); }); })