Questions tagged [dedicated-server]

A dedicated server is a type of Internet hosting in which the client leases an entire server not shared with anyone else.

A dedicated server is a type of Internet hosting in which the client leases an entire server not shared with anyone else.

This is more flexible than shared hosting, as organizations have full control over the server(s), including choice of operating system, hardware, etc.

In some cases a dedicated server can offer less overhead and a larger return on investment. Dedicated servers are most often housed in data centers, similar to colocation facilities, providing redundant power sources and HVAC systems. In contrast to colocation, the server hardware is owned by the provider and in some cases they will provide support for your operating system or applications.

Using a dedicated hosting service offers the benefits of high performance, security, email stability, and control. Due to the relatively high price of dedicated hosting, it is mostly used by websites that receive a large volume of traffic.

Read more

177 questions
1
vote
3 answers

PHP Cron Job on 1and1.com Dedicated Server

I have a dedicated server at 1and1.com using Parallels Plex Panel which I set up with standard settings. I am trying to get the following file to run once a day: httpdocs/www/routine.php (where httpdocs is the root of my website) When I input this…
1
vote
0 answers

Why doesn't unreal's UPEOPERTY(Replicated) tag automatically sync data from client to server?

As we known, in unreal dedicated server , the UPEOPERTY(Replicated) tag will sync change datas from server to client automatically. However, why not unreal implement such function on client side, instead of invoking rpc to change server datas?
choxsword
  • 3,187
  • 18
  • 44
1
vote
1 answer

Mysql Access denied for user 'root'@'localhost' (using password: NO) When Running go run main.go

I'm trying to run a dedicated server on my machine, but MySQL(i believe) is giving me a password required error. I'm trying to figure out the Dedicated Server Kit for Unity, https://www.gamevanillawiki.com/ccg-kit/manual/dedicated-server-kit/ And I…
1
vote
2 answers

Use different php version in dedicated server folders?

I have dedicated server on godaddy.com which have a domain named example.com in this domain i have two backends one CodeIgniter which use PHP 7.4 and another Laravel 9 which required PHP 8.0 so my cPanel still using default PHP 7.4. Is there a way…
Q8Xbox
  • 33
  • 7
1
vote
0 answers

Netcode Dedicated Server Structure

I am using Unity Netcode and trying to create a dedicated server with lobbies, rooms and etc. Is it true that I should have a server/host application running for each session? What is the structure of a dedicated server? In another word, does it…
1
vote
1 answer

My lua files are not read as lua in linux

I've installed lua 5.4 on a google cloud vm, linux/debian os but I have a file modoverrides.lua but running $ file modoverrides.lua on terminal it shows file type as ASCII text. how can i make the system read it as a lua file? without adding…
1
vote
1 answer

Can't access to docker itzg/minecraft-server on dedicated server

I am trying to host a Minecraft server in a docker container on a dedicated server (Ubuntu 20.04). I am using the itzg/minecraft-server image with docker-compose to create my container. I have no errors when creating the container nor when launching…
neuromob
  • 70
  • 9
1
vote
1 answer

How to move Perforce to a different Hard Drive/SSD on Linux server

I recently bought a dedicated server that has 2x480GB SSD. I installed Ubuntu1604-desktop_64 on it, then installed Perforce on it following Michael Allar's tutorial : https://youtu.be/5krob9SlVu4. Everything went well, I populated the server with my…
1
vote
2 answers

How cloud computing sevices provide a virtual instance of dedicated server?

I want to know that if I rent a dedicated server from cloud computing service like amazon web services, google cloud. How can they provide me a server instance? Do they have physical dedicated servers for each one who is renting dedicated server…
1
vote
0 answers

WHM doesn't restore addon domains

When restoring a full backup of a domain from WHM it doesn't restore the addondomains or zonerecords First I download remote transfer a full backup from old server to the new server. Then from WHM I use Restore a Full Backup/cpmove File, it gets…
Tanker
  • 1,178
  • 3
  • 16
  • 49
1
vote
1 answer

Access folder from cross domain Dedicated Server (Asp.net)

We have two different website which share same database on dedicated server. For example: www.student.com www.Teacher.com Teacher will upload files on www.Teacher.com/Upload. Student is user of (www.student.com) and he will access files from…
Wajid khan
  • 842
  • 9
  • 18
1
vote
0 answers

NGINX - Proxy the Request from VPS to Root Server

I would like to use my VPS as a proxy. That means if I call the VPS IP 123.123.123.123 the VPS should forward the request to my proper dedicated server (for example 444.444.444.444) without seeing the Root Server IP in the browser. I had the code a…
JungT
  • 11
  • 1
1
vote
2 answers

Wrong hostname in cPanel notification emails

In our dedicated server even we run "/usr/local/cpanel/bin/set_hostname" from SSH as ROOT all notifications from the server has wrong hostname URL. The problem remains only in notification mails and sometimes HTTPS URLs (but this one is cause of…
ValDiMagra
  • 73
  • 1
  • 8
1
vote
0 answers

How to set up subdomain on my dedicated server on CentOS with apache

I have core managed dedicated server on liquidweb.com. I set DNS on this server. Than I edit root folder in httpd.conf from /var/www/html to /var/www/html/example.com/. I want to create subdomain like dev.example.com. I create new DNS record with…
Dmitry
  • 242
  • 1
  • 9
  • 20
1
vote
1 answer

Kubernetes on AWS dedicated host - Can I use kubectl on an existing cluster?

I have an app with several containers running just fine using kubernetes on AWS however now I need to port this to a AWS Dedicated Host VPC where the cluster has previously been created NOT using Kubernetes so I am not able to execute kube-up.sh or…
Scott Stensland
  • 26,870
  • 12
  • 93
  • 104
1 2
3
11 12