For adding current date and time, you can use NOW():
INSERT INTO servers (server_name, online_status, exchange, disk_space, network_shares, c_time)
VALUES('m1', 'ONLINE', 'exchange', 'disk_space', 'network_shares', NOW())
Want to know more about SQL? Join this SQL Course by Intellipaat.
For more details on MySQL, refer to the below MySQL Tutorial video.