Here you will find various highly discounted items that are only available in our shop as remainders in limited quantities. If you are looking for affordable hardware for repairs or upgrades, you may find it here - while stocks last!
Buy refurbished hardware affordably priced at ServerShop24
We are your reliable expert for professionally refurbished used servers, storage systems, workstations and network equipment since 2010. All devices and components in our online shop are available immediately, so you can receive your order through the fast shipping from our large warehouse with short delivery times. Do you have questions about products or need advice? Our experienced and friendly support team will assist you. Contact us - we will take care of your request!
Sternchen Text
* All prices include VAT & plus shipping costs. The delivery time applies to deliveries to Germany. Delivery times for other countries, services, and information on calculating the delivery date can be found here. ** Subject to a positive credit check or for authorities and public institutions.
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)
});
});
})